mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Fixed multiparams not being returned on CallClientFunction(). Was due to bad merge. Added Jorge's scripts.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user