OPEN SHOPS

RPG Maker VX Ace

Instead of needing to talk to a clerk to buy items. You can buy items straight of the tables!

  • Glasses
  • 01/05/2015 12:15 PM
  • 3008 views
Instead of needing to talk to a clerk to buy items. You can buy items straight of the tables!

Instructions:

Call the item buy by using:
SceneManager.call(MrTS_Open_Shop_Scene)
SceneManager.scene.prepare(type, id, price)

type is: 0 – item, 1 – weapon, 2 – armor –(
id is item’s ID in the database –(
price – at what value you want to sell the item. Don’t enter it to use default price.
E.g: SceneManager.call(MrTS_Open_Shop_Scene)
SceneManager.scene.prepare(1,24)
Will ask if you want to buy Tyrfang sword for default price.