|
Ok here's my problem.
The script works fine and everything, however, when I go to the options to change the text speed, my player suddenly takes control of the sprite. It is completely random but I really need an answer to this.
Here's the compiled script: (I took out faceplayer so that he would continue to look out over the water as he said this)
'---------------
#org 0x8000AF
lock
msgbox 0x88000BC 0x6 '"Ahh the sea...\pIt's so calm and b..."
release
end
'---------
' Strings
'---------
#org 0x8000BC
= Ahh the sea...\pIt's so calm and beautiful.
I'm really new to this, so if anyone could help me I'd be thankful.
|