quote:
Originally posted by NiteMare
you do know there are several other scripts that do this already... such as mine [Release] CountDown [Update: Version 2.9.0]
...just as "Countdown Live" and "Holiday Counter"...
see
CookieRevised's reply to Countdown for PSM/Nick...
please list them _all_...
And he's not looking for a script, he's trying to create one himself to learn.
quote:
Originally posted by SnuZZer
Hi.
I have made a script which makes a countdown in my personal message. It works until I close messenger - not log out - close.
When I close it and open it again my countdown stops, but when i log out and log in my countdown works fine.
It is written on danish, but i have you understand what the variables contains
A script does not stop when you sign out of Messenger. When you sign out, the script still keeps running, after the OnEvent_SignOut() is fired.
When you close Messenger, Messenger Plus! and also scripts will be closed too...
There are many errors in the code though.
For starters you use some same variables in different function, but you nowhere defined these global variables. If you don't define a global variable, they will not work. eg: the
Status variable.
PS: again this is a not so easy concept/script you're trying todo. I would still suggest to make something easier for your first script. Like a script which changes what you write in a conversation. Or scripts which simply show some popups after entering a command in a conversation...