w_rink_ly
Novice Hacker
- 72
- Posts
- 19
- Years
- Seen Jul 21, 2024
You need to add the "pause" command.
If the movement is one step it'll be "pause 0x10"
Code:[B]Example[/B] #org 0x800000 applymovement 0xFF 0x800100 pause 0x10 end #org 0x800100 #raw 9 'Up2 #raw FE 'Exit
Thnx, but I tried that very example script you gave me and set it to a new script event using Advance Map and when i step over the script nothing happens...:(