15 lines
250 B
Plaintext
15 lines
250 B
Plaintext
|
Scriptname _00E_BlockCQT01Chair extends ObjectReference
|
||
|
|
||
|
Event OnInit()
|
||
|
|
||
|
Self.BlockActivation(True)
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
Event OnActivate(ObjectReference akActionRef)
|
||
|
|
||
|
If akActionRef != Game.GetPlayer()
|
||
|
Self.Activate(akActionRef, True)
|
||
|
EndIf
|
||
|
|
||
|
EndEvent
|