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