mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-24 21:57:45 +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
|
|
|