1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-27 23:27:44 +00:00
project-meteor-server/data/scripts/unique/wil0Town01/PopulaceStandard/baterich.lua

7 lines
198 B
Lua
Raw Normal View History

function onEventStarted(player, npc)
defaultWil = getStaticActor("DftWil");
2016-06-14 21:47:54 -04:00
player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithBATERICH_100", nil, nil, nil);
end