Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: ZeroKirbyX on September 01, 2005, 11:38:50 PM

Title: CMS Item page?
Post by: ZeroKirbyX on September 01, 2005, 11:38:50 PM
How might I go about this without 90 billion switches?
Title:
Post by: AsakuraHao2004 on September 02, 2005, 07:18:00 PM
The lowest way to do it is use 1 switch for each item and a variable for each item number. I dont think there's any other way in a CMS..

Well, unless your character can only carry 1 of an item at a time. Then the switch could be used to represent both number and item, and you wouldnt need variables.
Title:
Post by: Pythis on September 04, 2005, 10:39:47 PM
I just use forks. If you wanna know more just pm err my brother err me.