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

7 lines
196 B
Lua
Raw Normal View History

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