mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-20 09:35:56 +02:00
Fixed multiparams not being returned on CallClientFunction(). Was due to bad merge. Added Jorge's scripts.
This commit is contained in:
parent
a309e651da
commit
77203bca4c
6 changed files with 905 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue