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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user