Made bIsInPlacementMode and bDisableNormalActivation conditional in _00E_PlayerhousingMaster
This commit is contained in:
parent
1e03f1ac9f
commit
00d454a100
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
scriptname _00E_PlayerhousingMaster extends Quest
|
||||
scriptname _00E_PlayerhousingMaster extends Quest Conditional
|
||||
|
||||
Actor Property player Auto
|
||||
ReferenceAlias Property currentHousingObjectInTranslation Auto
|
||||
@ -20,8 +20,8 @@ GlobalVariable Property _00E_DisableCraftingTutorials Auto
|
||||
|
||||
_00E_Playerhousing_Furniture currentHousingObject
|
||||
|
||||
Bool bIsInPlacementMode = False
|
||||
Bool bDisableNormalActivation = False
|
||||
Bool Property bIsInPlacementMode = False Auto Conditional
|
||||
Bool Property bDisableNormalActivation = False Auto Conditional
|
||||
Bool bGamepadMode = False
|
||||
Bool bDroppedFromInventory = False
|
||||
Int iPickupKey
|
||||
|
Loading…
Reference in New Issue
Block a user