VARIABLE SHOPS

RPG Maker VX Ace

Allows shops to have variables as currencies. Shops can take multiple currencies.

  • Glasses
  • 01/05/2015 12:12 PM
  • 2382 views
Allows shops to have variables as currencies. Shops can take multiple currencies.

Screenshot:


Instructions:
Set up module below and call the shop by using
call_var_shop(ID, )
ID being the Shop ID from the module below.
CURRENCY_IDs being what currencies does the shop take.
Example:
call_var_shop(2, )
That would mean to call a shop of ID 2 which takes currencies 1, 2 and 5.