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

7 lines
183 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, "downTownTalk", nil, nil, nil);
end