- 35
- Posts
- 15
- Years
- Seen Feb 28, 2010
Hey Um, ive wrote this script where you come out of this cave where Team rocket have just attacked you. You walk over a script tile and this happens:
The Emulator freezes when i step over where the script should activate. Whats wrong? Thanks in advance for whoever helps :)
Code:
#dynamic 0x800000
#org @start
applymovement 0x02 @move
msgbox @1 0x6
release
end
#org @move
#raw 0x52
#raw 0x4A
#raw 0x62
#raw 0xFE
#org @1
= Are you alright?
The Emulator freezes when i step over where the script should activate. Whats wrong? Thanks in advance for whoever helps :)