OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: limmy3 on 15 Sep 2005, 20:13:49

Title: camera script: intro end and loading mission
Post by: limmy3 on 15 Sep 2005, 20:13:49
Hi, my first question as answered but I forgot to ask which command is necessary in a camera script *.sqs for the intro to end after the black out and load the mission automatically.

Thank you. 8)
Title: Re:camera script: intro end and loading mission
Post by: bedges on 15 Sep 2005, 21:29:30
it's the same as a mission proper - you specify an 'End #1' trigger in the intro, then trigger it with your camera script. the intro ends and the mission begins right after.
Title: Re:camera script: intro end and loading mission
Post by: limmy3 on 25 Sep 2005, 14:29:26
Thank you!