Yanfly's main menu variables help

● ARCHIVED · READ-ONLY
Started by Low 3 posts View original ↗
  1. 'Plugin Releases' is where people who have written a plugin which they want to share with the community can post them.
    [move]Javascript/Plugin Support[/move]
  2. any control variable command sets the value that is there at that moment, and that value doesn't get changed until another control variable command is given on the same variable.

    you need to repeat the command either whenever you get a common loot (possible but in most cases a bad idea for several reasons) or use the control variable command directly before any situation in which you have to know how many common loot you have (usually the better solution)