Rerolling events?

Started by rpgmakerfanhaha, October 15, 2009, 08:14:24 am

Previous topic - Next topic

rpgmakerfanhaha

Any one understand how my noticeboard system works?If not read my previous post of"Conditional choice".

Alright what I request is how to reroll events.This means like,if you do complete mission 1 and go back to town,do the same mission repeatedly and the events still runs like the same as previous.THIS CANNOT BE SOLVED BY ERASE EVENTS,as the mission consists of many areas,like when your HP is low you might want to go back to the start point,and the start point has some dialogue before,so when you finish the mission and redo it again,the dialogue should start.

Jackolas

October 15, 2009, 08:18:53 am #1 Last Edit: October 15, 2009, 08:20:14 am by Jackolas
simply done by variables.

when you start the game set the variable to 1 and with every event ore whatever let it count up.
then use in the events check for if the variable is higher or lower than a specific point.
then when you exit the game/battle reset it to 0

this way you reset the battle/game every time you exit it.
and should be able to replay it again every time

rpgmakerfanhaha

I will try it.Seems workable. :D

Hellfire Dragon

Or use switches. Also the Erase Event command doesn't permenatly erase an event, it simply gets rid of the vent until you leave and then re-enter the map :P