mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-25 06:07:46 +00:00
6 lines
196 B
Lua
6 lines
196 B
Lua
|
|
function onEventStarted(player, npc)
|
|
defaultSea = getStaticActor("DftSea");
|
|
player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithAnsgor_001", nil, nil, nil);
|
|
end
|
|
|