Reply to Re: New problem
If you don't have an account, just leave the password field blank.
That's really weird. I didn't know that happened. Are you sure the script is being removed, as opposed to the sprite being disabled somehow? I was hoping someone else would chime in because I had no idea that happened.
If it's just the script, you can get around it by re-setting all the sprite scripts in a script attached to the screen. Bit of a pain, but it would work. Find the sprites with get_brain (set them to a special non-used brain in the editor if you have to, you can always change it in scripts), then set the scripts maybe based on their seq on whatever you can get to identify the sprite.
If it's just the script, you can get around it by re-setting all the sprite scripts in a script attached to the screen. Bit of a pain, but it would work. Find the sprites with get_brain (set them to a special non-used brain in the editor if you have to, you can always change it in scripts), then set the scripts maybe based on their seq on whatever you can get to identify the sprite.