Files
dsrc/sku.0/sys.server/compiled/game/script/npe/npe_falcon_player.script
T
2013-09-10 23:17:15 -07:00

15 lines
292 B
Plaintext

include library.space_utils;
include library.space_transition;
trigger OnNewbieTutorialResponse(string strAction)
{
if(strAction.equals("clientReady"))
{
obj_id objShip = getTopMostContainer(self);
messageTo(objShip, "doEvents", null, 1, false);
}
return SCRIPT_CONTINUE;
}