2016-04-14 08:31:39 -04:00
|
|
|
|
|
|
|
function onEventStarted(player, actor, triggerName)
|
|
|
|
|
|
|
|
man0l0Quest = getStaticActor("Man0l0");
|
2016-04-17 19:09:01 -04:00
|
|
|
--player:runEventFunction("delegateEvent", player, man0l0Quest, "processTtrBtl001");
|
|
|
|
player:runEventFunction("delegateEvent", player, man0l0Quest, "processTtrBtl002");
|
2016-04-14 08:31:39 -04:00
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
function onEventUpdate(player, npc, resultId)
|
|
|
|
--man0l0Quest = getStaticActor("Man0l0");
|
|
|
|
--player:runEventFunction("delegateEvent", player, man0l0Quest, "processTtrBtl002");
|
|
|
|
player:endEvent();
|
|
|
|
end
|
|
|
|
|
|
|
|
function onCommand(player, command)
|
|
|
|
--Check command if ActivateCommand
|
2016-04-17 19:09:01 -04:00
|
|
|
player:endCommand();
|
|
|
|
player:endEvent();
|
2016-04-14 08:31:39 -04:00
|
|
|
player:kickEvent(player:getDirector(), "noticeEvent", true);
|
|
|
|
end
|