Adding scripts for new npcs.

This commit is contained in:
Filip Maj 2020-03-15 01:07:17 -04:00
parent 47a2eddaf0
commit 41b891feaf
11 changed files with 79 additions and 0 deletions

View file

@ -0,0 +1,9 @@
require ("global")
--Argument is 20 or ~20.
function onEventStarted(player, npc)
defaultSea = GetStaticActor("DftSea");
callClientFunction(player, "delegateEvent", player, defaultSea, "defaultTalkWithSolelle_001", 0);
player:endEvent();
end