mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-23 21:27:46 +00:00
12 lines
503 B
Lua
12 lines
503 B
Lua
![]() |
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
|
||
|
|
||
|
function onEventUpdate(player, npc, blah, menuSelect)
|
||
|
|
||
|
player:endEvent();
|
||
|
|
||
|
end
|