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/ivan.lua
2016-06-15 03:41:23 +01:00

5 lines
No EOL
186 B
Lua

function onEventStarted(player, npc)
defaultSea = GetStaticActor("DftSea");
player:RunEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithIvan_001", nil, nil, nil);
end