Rematch stone

● ARCHIVED · READ-ONLY
Started by AlexClips 3 posts View original ↗
  1. So, basicaly i need to make an item that, if the battle is lost, the game will automatically ask you if you want tu use that item (if you have any) that will refill all your party and make the battle restart. (like the Retry Clock in Mario and Luigi: Bowers inside story)
    Can i do it? Even a plug-in is ok
  2. You can, don’t even need any plugins for it.
    At the battle processing event, check the lose button.
    If you lost the battle, check to see if you have that item in your inventory, if you do, redo the battle.
    If you don’t, kill your actors through eventing.

    I suggest making a common event out of this.
  3. Broozer said:
    You can, don’t even need any plugins for it.
    At the battle processing event, check the lose button.
    If you lost the battle, check to see if you have that item in your inventory, if you do, redo the battle.
    If you don’t, kill your actors through eventing.

    I suggest making a common event out of this.
    What about random battle?