mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-11 23:14:39 +02:00
callClientFunction now returns ALL results. Fixed some scripts, finished fixing up Gridania opening script.
This commit is contained in:
parent
6e12668176
commit
b345521f79
11 changed files with 80 additions and 19 deletions
|
@ -10,7 +10,7 @@ function onEventStarted(player, npc, triggerName)
|
|||
man0g0Quest:SetQuestFlag(MAN0G0_FLAG_MINITUT_DONE1, true);
|
||||
man0g0Quest:SaveData();
|
||||
npc:SetQuestGraphic(player, 0x0);
|
||||
player:GetDirector():OnTalked(npc);
|
||||
player:GetDirector("OpeningDirector"):onTalkEvent(player, npc);
|
||||
else
|
||||
callClientFunction(player, "delegateEvent", player, man0g0Quest, "processEvent000_2", nil, nil, nil);
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue