mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-24 05:37:46 +00:00
10 lines
271 B
Lua
10 lines
271 B
Lua
![]() |
function onEventStarted(player, npc)
|
||
|
defaultWil = getStaticActor("DftWil");
|
||
|
player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithBerndan_001", nil, nil, nil);
|
||
|
end
|
||
|
|
||
|
function onEventUpdate(player, npc, blah, menuSelect)
|
||
|
|
||
|
player:endEvent();
|
||
|
|
||
|
end
|