Yes, I probably have to move the release date. I try to reach it as close as I can get, but Cookie gave me much work with his suggestions.
Hmm... how do I let the script not parse "\%d" using a regular expression?
code:
cStr = cStr.replace(/%d/g, Math.floor(cSecs/86400));
How the hell can I tell it not to replace when it has a \ before it?! Never used negation in RegExps before...
quote:
Originally posted by CookieRevised
what text?
The text like "Only (!COUNTDOWN)...", shouldn't it be different for nickname and personal message?