Ensure BlockActivation in _00E_MQ06_ChestScript
This commit is contained in:
parent
70919cf5f2
commit
b3c6730960
Binary file not shown.
@ -1,9 +1,11 @@
|
|||||||
Scriptname _00E_MQ06_ChestScript extends ObjectReference
|
Scriptname _00E_MQ06_ChestScript extends ObjectReference
|
||||||
|
|
||||||
|
Event OnInit()
|
||||||
|
BlockActivation()
|
||||||
|
EndEvent
|
||||||
|
|
||||||
Event OnLoad()
|
Event OnLoad()
|
||||||
|
BlockActivation()
|
||||||
Self.BlockActivation(True)
|
|
||||||
|
|
||||||
EndEvent
|
EndEvent
|
||||||
|
|
||||||
Event OnActivate(ObjectReference akActionRef)
|
Event OnActivate(ObjectReference akActionRef)
|
||||||
|
Loading…
Reference in New Issue
Block a user