ONLY READ IF YOU KNOW HOW TO SCRIPT AND HOW TO MAKE SCHEDULES ON EVENTS
Step one: Add "schedule("
schedule(
Step two: Add the amount of waiting
schedule(time
Step three: Add ",0,"
schedule(time,0,
Here comes the tricky part. Step four: Add the script part.
schdule(time,0,script)
BUT WAIT... there's more to that part. If the script is like a messageAll or commandToServer... it goes something like this.
schedule(time,0,messageAll,"","msg goes here")
or
schedule(time,0,commandToServer,'cmd',"blah blah I think you got the point now.")
Hope this helps ya.