mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
7 lines
198 B
Lua
7 lines
198 B
Lua
|
|
function onEventStarted(player, npc)
|
|
defaultSea = GetStaticActor("DftSea");
|
|
player:RunEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithHobriaut_001", nil, nil, nil);
|
|
end
|
|
|