1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-27 15:17:46 +00:00
project-meteor-server/data/scripts/unique/wil0Town01/PopulaceStandard/baterich.lua
2016-06-14 21:47:54 -04:00

6 lines
198 B
Lua

function onEventStarted(player, npc)
defaultWil = getStaticActor("DftWil");
player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithBATERICH_100", nil, nil, nil);
end