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/sea0Town01/PopulaceStandard/zanthael.lua

7 lines
232 B
Lua
Raw Normal View History

2016-06-19 23:16:31 -04:00
require ("global")
2016-06-13 21:26:19 -04:00
function onEventStarted(player, npc)
2016-06-15 03:41:23 +01:00
defaultSea = GetStaticActor("DftSea");
2016-06-19 23:16:31 -04:00
callClientFunction(player, "delegateEvent", player, defaultSea, "defaultTalkWithZanthael_001", nil, nil, nil);
player:endEvent();
end