mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
10 lines
270 B
Lua
10 lines
270 B
Lua
function onEventStarted(player, npc)
|
|
defaultWil = getStaticActor("DftWil");
|
|
player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithMomodi_001", nil, nil, nil);
|
|
end
|
|
|
|
function onEventUpdate(player, npc, blah, menuSelect)
|
|
|
|
player:endEvent();
|
|
|
|
end |