Finished converting over all scripts.

This commit is contained in:
Filip Maj
2016-06-21 17:48:50 -04:00
parent 8b44d90114
commit 3969fff64a
123 changed files with 240 additions and 576 deletions

View File

@@ -1,21 +1,8 @@
require("/quests/man/man0u0")
function init(npc)
return "/Chara/Npc/Populace/PopulaceStandard", false, false, false, false, false, npc:GetActorClassId(), false, false, 0, 1, "TEST";
end
require ("global")
require ("quests/man/man0u0")
function onEventStarted(player, npc, triggerName)
man0u0Quest = GetStaticActor("Man0u0");
if (triggerName == "talkDefault") then
player:RunEventFunction("delegateEvent", player, man0u0Quest, "processEvent000_8", nil, nil, nil);
else
player:EndEvent();
end
end
function onEventUpdate(player, npc)
man0u0Quest = GetStaticActor("Man0u0");
callClientFunction(player, "delegateEvent", player, man0u0Quest, "processEvent000_8", nil, nil, nil);
player:EndEvent();
end
end