enderalse/source/scripts/_00e_mqp02_playintrolauncherscript.psc

27 lines
842 B
Plaintext
Raw Normal View History

Scriptname _00E_MQP02_PlayIntroLauncherScript extends ObjectReference
Sound Property _00E_MQP02_LandInSicht Auto
Quest Property MQ_P02_ANewLife Auto
ObjectReference Property SiriusMoveMarker Auto
ObjectReference Property Sirius Auto
ObjectReference Property PlayerMarker Auto
ObjectReference Property SitMarker Auto
Event OnInit()
Debug.Notification("Sound und Bink-Movie fehlen!")
_00E_MQP02_LandInSicht.Play(Game.GetPlayer())
Utility.Wait(3)
;Game.PlayBink("Intro-MovieFileNameHere")
FadeToBlackBackImod.Apply(); Delete once movie is implemented
Sirius.MoveTo(SiriusMoveMarker)
Game.ForceFirstPerson()
Game.GetPlayer().MoveTo(PlayerMarker)
;Game.GetPlayer().StartSneaking()
MQ_P02_ANewLife.SetStage(20)
SitMarker.Disable()
EndEvent
ImageSpaceModifier Property FadeToBlackImod Auto
ImageSpaceModifier Property FadeToBlackBackImod Auto