Reply to Re: i could use some help
If you don't have an account, just leave the password field blank.
&num is the variable attached to the text so the text can be killed after exactly one second. Otherwise two texts with different remaining time might be displayed at the same time....
script_attach(1000); is to make sure that the script isn't attached to anything so it doesn't die after a screenchange.
script_attach(1000); is to make sure that the script isn't attached to anything so it doesn't die after a screenchange.