1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-25 14:17:46 +00:00
project-meteor-server/data/scripts/unique/wil0Town01/PopulaceStandard/sibold.lua
2016-06-15 03:41:23 +01:00

6 lines
196 B
Lua

function onEventStarted(player, npc)
defaultWil = GetStaticActor("DftWil");
player:RunEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithSIBOLD_001", nil, nil, nil);
end