Fixed a bunch of bugged scripts and cleaned up the quest flags.

This commit is contained in:
Filip Maj 2017-03-19 12:17:09 -04:00
parent 4f339709d5
commit 1bf25b2a2b
7 changed files with 16 additions and 15 deletions

View file

@ -7,6 +7,8 @@ function onSpawn(player, npc)
if (man0l0Quest ~= nil) then
if (man0l0Quest:GetQuestFlag(MAN0L0_FLAG_MINITUT_DONE2) == false) then
npc:SetQuestGraphic(player, 0x2);
else
npc:SetQuestGraphic(player, 0x0);
end
end
end