4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
754 B

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