12 lines
273 B
Plaintext
12 lines
273 B
Plaintext
|
Scriptname _00E_MQ07b_SetIdleBackDebug extends ObjectReference
|
||
|
|
||
|
Event OnTriggerEnter(objectreference akActionRef)
|
||
|
if akActionRef == Game.GetPlayer() && !bDone
|
||
|
bDone = True
|
||
|
; Debug.SendAnimationEvent(akActionRef, "IdleForceDefaultState")
|
||
|
endif
|
||
|
EndEvent
|
||
|
|
||
|
bool bDone
|
||
|
|