2016-04-18 13:33:31 -04:00
|
|
|
require("/quests/man/man0u0")
|
|
|
|
|
|
|
|
function onEventStarted(player, actor, triggerName)
|
|
|
|
|
2016-06-15 03:41:23 +01:00
|
|
|
man0u0Quest = GetStaticActor("Man0u0");
|
|
|
|
player:RunEventFunction("delegateEvent", player, man0u0Quest, "processTtrNomal001withHQ", nil, nil, nil, nil);
|
2016-04-18 13:33:31 -04:00
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
function onEventUpdate(player, npc, resultId)
|
|
|
|
|
2016-06-15 03:41:23 +01:00
|
|
|
player:EndEvent();
|
2016-04-18 13:33:31 -04:00
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
function onTalked(player, npc)
|
|
|
|
|
2016-06-15 03:41:23 +01:00
|
|
|
man0u0Quest = player:GetQuest("Man0u0");
|
2016-04-18 13:33:31 -04:00
|
|
|
|
|
|
|
if (man0u0Quest ~= nil) then
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
end
|