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.
 
 
 

19 lines
300 B

Scriptname _00E_MQ00_PrologueTimeScript extends ObjectReference
Event onTriggerEnter(ObjectReference akActionRef)
If akActionRef == PlayerREF
If !Done
DreamMusic.Add()
Done = True
EndIf
EndIf
EndEvent
bool Done
Actor Property PlayerREF Auto
MusicType Property DreamMusic Auto