project-meteor-server/Data/scripts/unique/wil0Town01a/PopulaceStandard/milgogo.lua

8 lines
235 B
Lua

require ("global")
function onEventStarted(player, npc)
defaultWil = GetStaticActor("DftWil");
callClientFunction(player, "delegateEvent", player, defaultWil, "defaultTalkWithMilgogo_001", nil, nil, nil);
player:endEvent();
end