Other great resources: Official JS API docs, Scripting Forum
Â
function eventTransporterLanded(transport) { // do stuff }
Warzone does not process the return value of this event.
You can use enumCargo() to get a list of droids on the transport.
function eventTransporterLanded(transport) { enumCargo(transport).forEach( function disembark(droid) { orderDroid(droid, DORDER_DISEMBARK); } }
Requires:
Jump to: