Other great resources: Official JS API docs, Scripting Forum
function eventLaunchTransporter() { // do stuff }
This event has no parameters.
Warzone does not process the return value of this event.
In a mission, when the transporter is launched it will generally fly off-world as defined in the campaign mission configuration files.
function eventLaunchTransporter() { playSound("pcv441.ogg"); // Reinforcements in transit }
Requires:
Replaced by:
Jump to: