Disabled QuickLoot on the Ishyan chest
This commit is contained in:
parent
f768e59b18
commit
5414966bf6
BIN
Skyrim.esm
BIN
Skyrim.esm
Binary file not shown.
BIN
scripts/_00e_blockrefactivationforothers.pex
Normal file
BIN
scripts/_00e_blockrefactivationforothers.pex
Normal file
Binary file not shown.
@ -4805,3 +4805,4 @@ scripts\ccbgs_arportcullisscript.pex
|
|||||||
scripts\ccbgs_arpressureplatescript.pex
|
scripts\ccbgs_arpressureplatescript.pex
|
||||||
scripts\ccbgs_arspiketrapscript.pex
|
scripts\ccbgs_arspiketrapscript.pex
|
||||||
scripts\ccbgs_arswitchscript.pex
|
scripts\ccbgs_arswitchscript.pex
|
||||||
|
scripts\_00e_blockrefactivationforothers.pex
|
||||||
|
|||||||
21
source/scripts/_00e_blockrefactivationforothers.psc
Normal file
21
source/scripts/_00e_blockrefactivationforothers.psc
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
Scriptname _00E_BlockRefActivationForOthers extends ObjectReference
|
||||||
|
|
||||||
|
Event OnInit()
|
||||||
|
|
||||||
|
Self.BlockActivation(True)
|
||||||
|
|
||||||
|
EndEvent
|
||||||
|
|
||||||
|
Event OnLoad()
|
||||||
|
|
||||||
|
Self.BlockActivation(True)
|
||||||
|
|
||||||
|
EndEvent
|
||||||
|
|
||||||
|
Event OnActivate(ObjectReference akActionRef)
|
||||||
|
|
||||||
|
if akActionRef == Game.GetForm(0x14)
|
||||||
|
Self.Activate(akActionRef, True)
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
EndEvent
|
||||||
Loading…
x
Reference in New Issue
Block a user