11 lines
226 B
Plaintext
11 lines
226 B
Plaintext
|
|
||
|
Scriptname _00E_NQ15_Hinweis Extends ObjectReference
|
||
|
|
||
|
Event OnActivate(ObjectReference akActionRef)
|
||
|
if akActionRef == Game.GetPlayer()
|
||
|
HinweisScene.ForceStart()
|
||
|
Disable()
|
||
|
EndIf
|
||
|
EndEvent
|
||
|
|
||
|
Scene Property HinweisScene Auto
|