- 36
- Posts
- 18
- Years
- Seen Dec 25, 2022
I'm so sorry if I shouldn't ask in this thread... but here it goes...
My level script only works with the applymovement.The msgbox doesn't open. What's wrong? Thanks in advance ;)
#org 0x8C523B
applymovement MOVE_PLAYER 0x88C8F2B
waitmovement 0xFF
msgbox 0x89C14B0 '"Hello! I'm PROF. IVY!\nThis is a te..."
setvar 0x4033 0x1
release
end
'-----------
' Movements
'-----------
#org 0x8C8F2B
#raw 9 'Step Up (Normal)
#raw 9 'Step Up (Normal)
#raw 9 'Step Up (Normal)
#raw 9 'Step Up (Normal)
#raw 9 'Step Up (Normal)
#raw 9 'Step Up (Normal)
#raw 9 'Step Up (Normal)
#raw FE 'End of Movements
'---------
' Strings
'---------
#org 0x9C14B0
= Hello! I'm PROF. IVY!\nThis is a test to see if it all\lworks!
My level script only works with the applymovement.The msgbox doesn't open. What's wrong? Thanks in advance ;)
#org 0x8C523B
applymovement MOVE_PLAYER 0x88C8F2B
waitmovement 0xFF
msgbox 0x89C14B0 '"Hello! I'm PROF. IVY!\nThis is a te..."
setvar 0x4033 0x1
release
end
'-----------
' Movements
'-----------
#org 0x8C8F2B
#raw 9 'Step Up (Normal)
#raw 9 'Step Up (Normal)
#raw 9 'Step Up (Normal)
#raw 9 'Step Up (Normal)
#raw 9 'Step Up (Normal)
#raw 9 'Step Up (Normal)
#raw 9 'Step Up (Normal)
#raw FE 'End of Movements
'---------
' Strings
'---------
#org 0x9C14B0
= Hello! I'm PROF. IVY!\nThis is a test to see if it all\lworks!