^_^ Yus I will! Well, in a sense that it is RPGToolkit related.
If you're the cody type, you may be able to help me with this. What's wrong with this code? I'm trying to do a menu system, but whenever I equip something it freezes.
:
#EquipSel()
#If(moveto!==1)
{
#Branch(:abil)
}
#If(moveto!==0)
{
#Branch(:equip)
}
If it's not right I'm doing something completely wrong.