mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-23 13:17:45 +00:00
5 lines
No EOL
186 B
Lua
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 |