- 8
- Posts
- 10
- Years
- Seen May 18, 2016
Hello everyone,
I'm new here, and I've got a problem (maybe other people had the same problem, but I couldn't find any solutions on the internet so...)
I've just started out with scripting and I was trying to create an applymovement script.
When the player steps on the green tile, Agatha is supposed to come walk to them and say 'Hey!'.
But when I step on the tile, the game freezes.
Anyone familiar with this problem?
My script is as follows:
'---------------
#org 0x8001A5
applymovement 0x2 0x88001B9
waitmovement 0x2
msgbox 0x88001BE MSG_NORMAL '"Hey!."
release
end
'---------
' Strings
'---------
#org 0x8001BE
= Hey!.
'-----------
' Movements
'-----------
#org 0x8001B9
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0xFE 'End of Movements
I'm new here, and I've got a problem (maybe other people had the same problem, but I couldn't find any solutions on the internet so...)
I've just started out with scripting and I was trying to create an applymovement script.
When the player steps on the green tile, Agatha is supposed to come walk to them and say 'Hey!'.
But when I step on the tile, the game freezes.
Anyone familiar with this problem?
My script is as follows:
'---------------
#org 0x8001A5
applymovement 0x2 0x88001B9
waitmovement 0x2
msgbox 0x88001BE MSG_NORMAL '"Hey!."
release
end
'---------
' Strings
'---------
#org 0x8001BE
= Hey!.
'-----------
' Movements
'-----------
#org 0x8001B9
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0xFE 'End of Movements