OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: techn9ne on 19 Aug 2006, 15:41:09

Title: noob question- ending intro's
Post 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:
Title: Re: noob question- ending intro's
Post by: macguba on 19 Aug 2006, 15:48:47
 :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
Title: Re: noob question- ending intro's
Post by: techn9ne on 19 Aug 2006, 15:50:14
ahh excellent thanks a bunch :good:
Title: Re: noob question- ending intro's
Post by: supershooter on 19 Aug 2006, 18:08:13
On this topic  :), and out of interest.

Do you need both the trigger and the script in the end of your cam script?
Title: Re: noob question- ending intro's
Post by: Cheetah on 19 Aug 2006, 19:43:45
http://www.ofpec.com/COMREF/index.php?action=list&letter=f#forceEnd

With this command you can end the mission without using a trigger.