Fixed multiparams not being returned on CallClientFunction(). Was due to bad merge. Added Jorge's scripts.

This commit is contained in:
Filip Maj 2017-09-16 13:19:10 -04:00
parent a309e651da
commit 77203bca4c
6 changed files with 905 additions and 24 deletions

View file

@ -39,6 +39,11 @@ function onEventStarted(player, npc, triggerName)
--Create
if (result == 3) then
player:SendMessage(0x20, "", "" .. tostring(lsName));
player:SendMessage(0x20, "", "" .. tostring(crestId));
player:SendMessage(0x20, "", "" .. tostring(command));
createLinkshell(lsName, crestId);
callClientFunction(player, "eventTalkStepMakeupDone");
--Modify