2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_CQC06_SC01_PlayerDanceSC extends ObjectReference
|
|
|
|
|
|
|
|
;=====================================================================================
|
|
|
|
; EVENTS
|
|
|
|
;=====================================================================================
|
|
|
|
|
|
|
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
|
|
|
|
2024-01-10 14:08:24 +00:00
|
|
|
if CQC06.GetCurrentStageID() == 20 && akActionRef == PlayerREF
|
2021-10-05 22:15:58 +00:00
|
|
|
CQC06.StartPlayerDance()
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
;=====================================================================================
|
|
|
|
; PROPERTIES
|
|
|
|
;=====================================================================================
|
|
|
|
|
|
|
|
_00E_CQC06_Functions Property CQC06 Auto
|
|
|
|
|
|
|
|
Actor Property PlayerREF Auto
|