21 lines
754 B
Plaintext
21 lines
754 B
Plaintext
|
Scriptname _00E_CQC06_SC01_PlayerDanceSC extends ObjectReference
|
||
|
|
||
|
;=====================================================================================
|
||
|
; EVENTS
|
||
|
;=====================================================================================
|
||
|
|
||
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
||
|
|
||
|
if CQC06.GetStage() == 20 && akActionRef == PlayerREF
|
||
|
CQC06.StartPlayerDance()
|
||
|
EndIf
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
;=====================================================================================
|
||
|
; PROPERTIES
|
||
|
;=====================================================================================
|
||
|
|
||
|
_00E_CQC06_Functions Property CQC06 Auto
|
||
|
|
||
|
Actor Property PlayerREF Auto
|