2016-04-18 13:33:31 -04:00
|
|
|
|
|
|
|
function onEventStarted(player, actor, triggerName)
|
|
|
|
|
2016-06-15 03:41:23 +01:00
|
|
|
man0u0Quest = GetStaticActor("Man0u0");
|
|
|
|
man0l0Quest = GetStaticActor("Man0l0");
|
|
|
|
player:RunEventFunction("delegateEvent", player, man0l0Quest, "processTtrBtl001");
|
|
|
|
--player:RunEventFunction("delegateEvent", player, man0l0Quest, "processTtrBtlMagic001");
|
|
|
|
--player:RunEventFunction("delegateEvent", player, man0l0Quest, "processTtrBtl002");
|
|
|
|
--player:RunEventFunction("delegateEvent", player, man0l0Quest, "processTtrBtl003");
|
2016-04-18 13:33:31 -04:00
|
|
|
|
2016-06-15 03:41:23 +01:00
|
|
|
--player:RunEventFunction("delegateEvent", player, man0u0Quest, "processTtrBtl004");
|
2016-04-18 13:33:31 -04:00
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
function onEventUpdate(player, npc, resultId)
|
2016-06-15 03:41:23 +01:00
|
|
|
--man0l0Quest = GetStaticActor("Man0l0");
|
|
|
|
--player:RunEventFunction("delegateEvent", player, man0l0Quest, "processTtrBtl002");
|
|
|
|
player:EndEvent();
|
2016-04-18 13:33:31 -04:00
|
|
|
end
|
|
|
|
|
|
|
|
function onCommand(player, command)
|
|
|
|
--Check command if ActivateCommand
|
2016-06-15 03:41:23 +01:00
|
|
|
--player:KickEvent(player:GetDirector(), "noticeEvent");
|
|
|
|
--player:EndCommand();
|
2016-04-18 13:33:31 -04:00
|
|
|
end
|