Reverted The Elixir automatic ingredient use
This commit is contained in:
parent
39661456bd
commit
5a6f72413d
BIN
Reverted The Elixir automatic ingredient use.esp
Normal file
BIN
Reverted The Elixir automatic ingredient use.esp
Normal file
Binary file not shown.
Binary file not shown.
@ -193,25 +193,6 @@ Function AskCreatePotion()
|
|||||||
Int qStage = GetCurrentStageID()
|
Int qStage = GetCurrentStageID()
|
||||||
If qStage >= 30 && qStage < 40
|
If qStage >= 30 && qStage < 40
|
||||||
If FS_NQ05_AlchemyMessagebox.Show() == 0
|
If FS_NQ05_AlchemyMessagebox.Show() == 0
|
||||||
|
|
||||||
if PlayerREF.GetItemCount(Vynroot) == 0
|
|
||||||
_00E_SecureChest_HostChestREF.RemoveItem(Vynroot, 1, true, PlayerREF)
|
|
||||||
endif
|
|
||||||
|
|
||||||
if PlayerREF.GetItemCount(SkeeverTail) == 0
|
|
||||||
_00E_SecureChest_HostChestREF.RemoveItem(SkeeverTail, 1, true, PlayerREF)
|
|
||||||
endif
|
|
||||||
|
|
||||||
if PlayerREF.GetItemCount(MothWingMonarch) == 0
|
|
||||||
_00E_SecureChest_HostChestREF.RemoveItem(MothWingMonarch, 1, true, PlayerREF)
|
|
||||||
endif
|
|
||||||
|
|
||||||
if PlayerREF.GetItemCount(Garlic) == 0
|
|
||||||
_00E_SecureChest_HostChestREF.RemoveItem(Garlic, 1, true, PlayerREF)
|
|
||||||
endif
|
|
||||||
|
|
||||||
Utility.wait(0.5)
|
|
||||||
|
|
||||||
SetCurrentStageID(40)
|
SetCurrentStageID(40)
|
||||||
PlayerREF.RemoveItem(Vynroot, 1)
|
PlayerREF.RemoveItem(Vynroot, 1)
|
||||||
PlayerREF.RemoveItem(SkeeverTail, 1)
|
PlayerREF.RemoveItem(SkeeverTail, 1)
|
||||||
@ -287,7 +268,6 @@ ObjectReference Property FS_NQ05_GrabsteinMarker Auto
|
|||||||
ObjectReference Property FS_NQ05_CollisionsBox Auto
|
ObjectReference Property FS_NQ05_CollisionsBox Auto
|
||||||
ObjectReference Property FS_NQ05_Posting01REF Auto
|
ObjectReference Property FS_NQ05_Posting01REF Auto
|
||||||
ObjectReference Property FS_NQ05_Posting02REF Auto
|
ObjectReference Property FS_NQ05_Posting02REF Auto
|
||||||
ObjectReference Property _00E_SecureChest_HostChestREF Auto
|
|
||||||
|
|
||||||
Scene Property FS_NQ05_SceneKeller Auto
|
Scene Property FS_NQ05_SceneKeller Auto
|
||||||
Scene Property FS_NQ05_SceneTochter Auto
|
Scene Property FS_NQ05_SceneTochter Auto
|
||||||
|
Loading…
Reference in New Issue
Block a user