Discuss this page on this pages [[sysAddObjTimerEvent Talk Page|TalkPage]] === sysAddObjTimerEvent === See [[http://xelerus.de/index.php?s=functions&function=237|sysAddObjTimerEvent at Xelerus]] ^ Syntax | (sysAddObjTimerEvent number spaceObject string) | ^ Arguments | number: The delay before the event is run. | ^ | spaceObject: The space object that will be calling the event. | ^ | string: The name of the event. | ^ Returns | condition: True if successful, Nil otherwise. | ^ Category | [[event]], [[system]], [[time]] | ^ Description | Makes an event be called on a space object after a delay. | === Example === (sysAddObjTimerEvent 100 gplayership "Success") Calls the event called Success on the player ship after 100 ticks. Return to [[:Functions]] list