Modified all wil0Town01 scripts to new way.

This commit is contained in:
Filip Maj 2016-06-21 15:48:16 -04:00
parent ff2f587959
commit 8b44d90114
55 changed files with 215 additions and 228 deletions

View file

@ -1,12 +1,7 @@
function onEventStarted(player, npc)
defaultWil = GetStaticActor("DftWil");
player:RunEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithZoengterbin_001", nil, nil, nil);
--player:RunEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithZoengterbin_002", nil, nil, nil);
--player:RunEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithZoengterbin_003", nil, nil, nil);
end
require ("global")
function onEventUpdate(player, npc, blah, menuSelect)
player:EndEvent();
function onEventStarted(player, npc)
defaultWil = GetStaticActor("DftWil");
callClientFunction(player, "delegateEvent", player, defaultWil, "defaultTalkWithZoengterbin_001", nil, nil, nil);
player:endEvent();
end