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

7 lines
232 B
Lua
Raw Normal View History

require ("global")
function onEventStarted(player, npc)
2016-06-15 03:41:23 +01:00
defaultWil = GetStaticActor("DftWil");
callClientFunction(player, "delegateEvent", player, defaultWil, "defaultTalkWithOcoco_001", nil, nil, nil);
player:endEvent();
end