I'm looking for a way so when a game is loaded, your character starts at a predefined location if a switch is enabled. What code, and where would I need to put it to have this work:
if (switch009 = on)
load chara, map_ID 24, x 20, y15
So if a switch is on, and you save, when you load the game you'll be on Map 24 at xy 20,15.
if (switch009 = on)
load chara, map_ID 24, x 20, y15
So if a switch is on, and you save, when you load the game you'll be on Map 24 at xy 20,15.