FED2 ADVANCED WORKBENCH
SCRIPT REFERENCE
CALL
Calls another event.
Parameters:
Event to Call - The number of the event you want to call.
Example:
call script: event objects.jukebox.2
To use with random events, replace the event number with the random call: random[a-b] where "a" is the lowest number in the range and "b" the highest number.
Example:
call script: event objects.jukebox.random[2-5]