Ensure BlockActivation in _00E_MQ06_ChestScript

This commit is contained in:
Eddoursul 2024-08-07 19:50:54 +02:00
parent 70919cf5f2
commit b3c6730960
2 changed files with 5 additions and 3 deletions

Binary file not shown.

View File

@ -1,9 +1,11 @@
Scriptname _00E_MQ06_ChestScript extends ObjectReference
Event OnInit()
BlockActivation()
EndEvent
Event OnLoad()
Self.BlockActivation(True)
BlockActivation()
EndEvent
Event OnActivate(ObjectReference akActionRef)