Thanks for your response! Here's a copy of the script I'm using. I realize that it does have errors (which I noticed when I ran it out of the person event, but I'd like to get the script tile to work before I do that.)
So that's it. The script event tile is on the Route 1 map, so it's not activating as soon as I enter a new map, no. I just want it to activate once this particular tile is stepped on, and that's not happening.
Okay, try this:
You need a "lockall" command at the beginning of your script. (Just before "textcolor 0x0") Also, there needs to be a "setvar 0x4050 0x1" command just before your "releaseall" command at the end of your script.
Your AdvancedMap settings are correct, but since you used 4050 for the var number, you also need to insert a "setvar 0x4050 0x1" command at the end of your script. This will make it so that when the script ends, it will be removed from the game forever.
Guys, I need help with two problems.
First: I created a new map, 1.123. I connected it with the existing map 1.113 (both are inside the folder "ICEFALL CAVE"). Done correctly, the 1.123 with 1.113 and 1.113 with 1.123. Went to test in VBA. When I move the map 1.113 to 1.123, the character goes through normally. However, when I went over 1.123 for 1.113, he did not return. It is as if the map were not connected. Tried to turn the maps by Advance 1.92 and 1.95 Map and none worked. How to solve this problem?
Second: This second map that I created, the character does not run. Just walk or use the bike. But if I press the B button (GBA) the character does not run. How to resolve?
Thank you!
For the first problem:
Where exactly
does the player end up after they go from 1.123 to 1.113? Does the game freeze or does the player get warped to a random map or something?
For the second problem:
Go to the second map's header. Under "Map Options" and "Type", what does it say? If it says "Inside", change it to something else. Any map with an "Inside" typing will disable the run feature for that specific map.