Thread
:
Need some quick help
View Single Post
#
2
02-16-2010, 10:16 AM
xAndrewx
Registered User
Join Date: Sep 2004
Posts: 5,260
If I were scripting a system that did this I'd use
HTML Code:
scheduleevent(sleep, "onEventName", params);
to control the actions, a timeout isn't necessary. You can always cancel an event by using
HTML Code:
cancelevents("onEventName");
Goodluck!
__________________
email:
[email protected]
xAndrewx
View Public Profile
View GraalOnline Profile
Find all posts by xAndrewx