Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Unknown_Project on July 12, 2008, 07:17:03 PM
-
The default should be that you are able to run from random battles, correct? Mine isn't really that way....how can I change it so that random battles (at least most of them) are escapable?
-
In map properties for every map you want battles to be escapable in, set Escape to Allow.
-
Alright, i just found that escape is working after all...but only in commands. Im using a Gauge Battle Type system, and at start of battles there is 3 commands: Fight, Auto, and Escape. The escape command there is not working, but it works when a character with the command uses it. Is there a way to make the escape command work, without making a character have the command?
-
One of the characters has to have his turn gauge full for that escape function to work.
-
>_<
I just did what you said, the escape STILL doesn't work even when a character's turn is up.
-
By the way, im using RPGMaker2k3. Does it even work on that version?
-
You should be able to escape if you allow it in map properties. If not try an event that has allow disallow escape in it. OR make sure if your using an event to call the battle to turn on allow escape in that.
-
Sigh....came to a conclusion that it just doesn't work that way on rpgmaker2k3....guess ill just have to make escaping the old way :/
Thanks guys for your help anyways, but if someone knows a solution to my problem, feel free to post.
-
I just tried it myself. It's very screwy. The ONLY condition under which that escape command works, is if you get an initiative in the battle.
Really makes more sense when you think about it; if you bump into weak enemies that you don't want to fight and they don't suspect you, there's indeed a possibility you just want to escape.
-
Yeah does make sense.