Quote:
Originally Posted by mcferaligatr
You could try writing the script without using the "lock" command, which will prevent the script from locking player movement.
Example:
#dynamic 0x800000
#org @start
faceplayer
msgbox @t1 0x6
end
'-----------
#org @t1
= Test.
|
I tried that before already but after one command(like, show a txtbox) the script it stops afterwards, regardless of adding "end" or not