Help - Search - Members - Calendar
Full Version: question on encounter variables.
RPG RPG Revolution Forums > Game Engines > RPG Maker VX Discussion
exkabuto
can anyone help me how to setup encounter event?
i used a custom battle system named requiem abs 8.

well i want to make the player walk abit and then suddenly the player were transfered to anohter maps that filled with monster.
after win the battle, the player is teleport back to the maps. i only use 544x416 sized map since its a very mini rpg.
lets say real map is A and battle map is B. transfer happen after 10 step.
for my rpg, the map A is for dialogue and talk, and the Map B is for battle only.
i try use the step variable, its work when i walk on map A and teleport to map B after 10 step.
but when i win the battle on B map and wanna be teleport back to map A, an undesirable event happen.
i press F9 and see my variable is not decrease to zero.

i search google for hours but seems no clear guide to it.
if someone have time, please teach me how to event this.
thank you for reading. sleep.gif
Night_Runner
Could you put an event on Map B (set the Trigger to Parallel Process), which sets the variable 'number of steps' to 0?

That way, after you finish your battle on Map B and you go back to Map A, your number of steps is back to 0, so


Scratch that, you can't set your number of steps variable to 0 because you then set that variable to the number of steps you've taken, which is non-zero.

You will need an event like so:

Doctor
exkabuto
Amazing.. i almost quit from making this event due to major confusion on how to set it up. thank you soo much for helping! happy.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.