1
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.
 
 
 

27 lines
842 B

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