FED2 ADVANCED WORKBENCH
SCRIPT REFERENCE

DELAYEVENT

Calls an event to be run after a specified number of seconds.

Parameters:
Delay - The number of seconds the delay should last
Event
- The event which should run after the delay has elapsed
Log Off - The event which should run if the player is no longer in the game

Examples:
delayevent script: delay 4:  event moves.cab.2
delayevent script: delay 4:  event moves.cab.2  log off delay.test.3

More scripts