Page 1 of 1

Any way to set an event in the future?

Posted: Sun May 29, 2011 1:42 pm
by Poi
Basically what I need to do is create an item, say 5 hours from now, right now I have a script that sleeps for 60 seconds and creates the item, but while its asleep the character can't do anything else that requires a script(says hes already doing something) so I need the script to basically create an item 5 hours later, but the script needs to be able to stop running before that(sorry if that's too confusing)

Re: Any way to set an event in the future?

Posted: Sun May 29, 2011 3:24 pm
by Poi
Never mind I figured it out, using start_script :)

Re: Any way to set an event in the future?

Posted: Sun May 29, 2011 8:23 pm
by CWO
I helped you in the other thread already...

Deatch(); is your friend in this situation