1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-23 05:07:47 +00:00
project-meteor-server/data/scripts/unique/sea0Town01a/PopulaceStandard/chichiroon.lua

7 lines
234 B
Lua
Raw Normal View History

2016-06-21 19:54:52 -04:00
require ("global")
function onEventStarted(player, npc)
2016-06-21 19:54:52 -04:00
defaultSea = GetStaticActor("DftSea");
2017-03-07 17:27:33 -05:00
callClientFunction(player, "delegateEvent", player, defaultSea, "defaultTalkWithChichiroon_001", nil, nil, nil);
2016-06-21 19:54:52 -04:00
player:endEvent();
end