![]() |
Help with Javascript countdown..
Hi all,
This is my first post on a forum regarding help so I'm sorry in advance. I currently have a text based MMORPG. I am trying to create a countdown timer for my functions(Crime, Car Steal and so on) Code:
window.setTimeout("Tick()", 1000);Thanks in advance :):thumbsup: |
Most importantly, you can't have multiple functions with the same name in the same scope. Change that, so the code is sensible enough for us to see what you're trying to do.
Once you've done that, you might also want to tell us what you expect your code to do vs. what it's actually doing. |
Thanks for the reply, my knowledge of Javascript = 0.
Basically I was guided through this by a friend who knows very little. There is a crime timer on my rightmenu. I want that to physically tick down instead of only ever changing when the page is refreshed. |
| All times are GMT +1. The time now is 10:29 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.