DaimyoHermit
G Rank
- 59
- Posts
- 4
- Years
- Old Desert
- Seen Feb 23, 2022
help my script doesn't execute and i have no freaking idea why!!!!!!!!! I'ts a very long script so i'll just post the starting pointer
It's on a script event when i step on it it just locks the game forever and won't execute the rest!!!!
I got all the raw movement codes correctly and put an #raw 0xFE at the end
Also i got all of the person event's numbers correctly!!!!!
Code:
#dynamic 0x800000
#org @start
lock
applymovement 0x08 @emote1
waitmovement 0x08
msgbox @talk1 0x6
applymovement 0x08 @move1
applymovement 0x07 @move1
applymovement 0x06 @move1
applymovement 0x09 @move1
msgbox @talk2 0x6...
It's on a script event when i step on it it just locks the game forever and won't execute the rest!!!!
I got all the raw movement codes correctly and put an #raw 0xFE at the end
Also i got all of the person event's numbers correctly!!!!!
Last edited: