OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: techn9ne on 19 Aug 2006, 15:41:09
-
hey ppl, sorry to be such a noob, but when you create an intro in the mission editor, how do you end it and go into the briefing or mission becuase ive created a cutscene using a cam script but once the cam exits it just stays where it ended and doesnt do anythin.
any help much appreciated
marcus :afro:
-
:welcome: :welcome:
Thats ok, we like noobs. :)
You end an Intro the same way you end a mission. Create a trigger
Type: End#1
Condition: endIntro
In your camera script, at the end
endIntro=true
-
ahh excellent thanks a bunch :good:
-
On this topic :), and out of interest.
Do you need both the trigger and the script in the end of your cam script?
-
http://www.ofpec.com/COMREF/index.php?action=list&letter=f#forceEnd
With this command you can end the mission without using a trigger.