4
Fork 0

Advance quest stages before removing items in _00E_Theriantrophist_SummonLabSC

master
Eddoursul 2 years ago
parent 0af11ce0de
commit 1e03f1ac9f
  1. BIN
      scripts/_00e_theriantrophist_summonlabsc.pex
  2. 4
      source/scripts/_00e_theriantrophist_summonlabsc.psc

@ -20,12 +20,12 @@ Function CheckforQuestPotions()
int iButton1 = FS_NQ05_AlchemyMessagebox.Show()
if iButton1 == 0
FS_NQ05.SetStage(40)
PlayerREF.RemoveItem(Vynroot, 1)
PlayerREF.RemoveItem(SkeeverTail, 1)
PlayerREF.RemoveItem(MothWingMonarch, 1)
PlayerREF.RemoveItem(Garlic, 1)
PlayerREF.RemoveItem(_00E_FS_NQ05_Rezept, 1)
FS_NQ05.SetStage(40)
ElseIf iButton1 == 1
;
EndIf
@ -35,11 +35,11 @@ Function CheckforQuestPotions()
int iButton2 = _00E_FS_NQ07_AlchemyMessagebox.Show()
if iButton2 == 0
FS_NQ07.SetStage(120)
PlayerREF.RemoveItem(FoodMead, 1)
PlayerREF.RemoveItem(FrostMirriam, 2)
PlayerREF.RemoveItem(FoodBananenschnaps, 1)
PlayerREF.RemoveItem(_00E_FS_NQ07_Rezept, 1)
FS_NQ07.SetStage(120)
ElseIf iButton2 == 1
;
EndIf

Loading…
Cancel
Save