Group: Member
Posts: 14
Type: Writer
RM Skill: Skilled
So I found the script to disable the escape feature for random encounters. But now I can't enable it for some maps I want the player to be able to run from random encounters. Is there a way to enable escape in some maps and disable it in the others?
Just set the variable to 'true' in an autorun event on the map where you want it enabled. Or, in the transport events that send the player to that map. Set it back to 'false' in the transport events leaving the map.
Comment out line 124 in Scene_Map to prevent it from resetting to 'true' when an encounter starts.
Edit line 208 in Scene_Title to set the default for Battle Testing.
This post has been edited by brewmeister: May 9 2011, 07:45 AM