project-meteor-server/data/scripts/unique/wil0Town01/PopulaceStandard/otopa_pottopa.lua
2016-06-15 03:41:23 +01:00

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