Made bIsInPlacementMode and bDisableNormalActivation conditional in _00E_PlayerhousingMaster

This commit is contained in:
Eddoursul 2021-12-28 15:12:27 +01:00
parent 1e03f1ac9f
commit 00d454a100
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -1,4 +1,4 @@
scriptname _00E_PlayerhousingMaster extends Quest scriptname _00E_PlayerhousingMaster extends Quest Conditional
Actor Property player Auto Actor Property player Auto
ReferenceAlias Property currentHousingObjectInTranslation Auto ReferenceAlias Property currentHousingObjectInTranslation Auto
@ -20,8 +20,8 @@ GlobalVariable Property _00E_DisableCraftingTutorials Auto
_00E_Playerhousing_Furniture currentHousingObject _00E_Playerhousing_Furniture currentHousingObject
Bool bIsInPlacementMode = False Bool Property bIsInPlacementMode = False Auto Conditional
Bool bDisableNormalActivation = False Bool Property bDisableNormalActivation = False Auto Conditional
Bool bGamepadMode = False Bool bGamepadMode = False
Bool bDroppedFromInventory = False Bool bDroppedFromInventory = False
Int iPickupKey Int iPickupKey