Reply to Re: A question
If you don't have an account, just leave the password field blank.
You're doing that stuff in void die(), which means it won't completely run. Move_stop will pause that script, but it will die in the meanwhile. You can solve this easily by changing the sprite's brain to 0 at the start of the die() procedure
And if that's not enough, put all that stuff in an external().

And if that's not enough, put all that stuff in an external().