1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-24 05:37:46 +00:00
project-meteor-server/data/scripts/unique/sea0Town01a/PopulaceStandard/robairlain.lua

5 lines
192 B
Lua
Raw Normal View History

2016-06-13 21:26:19 -04:00
function onEventStarted(player, npc)
defaultSea = getStaticActor("DftSea");
2016-06-13 21:26:19 -04:00
player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithRobairlain_001", nil, nil, nil);
end