19 lines
300 B
Plaintext
19 lines
300 B
Plaintext
|
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
|