OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: The Cat on 07 Dec 2002, 03:17:13

Title: Problem with my Intro
Post by: The Cat on 07 Dec 2002, 03:17:13
I have made a mission thats okay. I went to the intro and did a camera script and called it intro.sqs.

But when I go back to see what I have made in the mission editor the intro will not fire up I did the following []exec "intro.sqs" still no signs of it.

I went back to preview my intro and guest what it was there.

Is it something I am doing wrong. Please help. ???
Title: Re:Problem with my Intro
Post by: KTottE on 07 Dec 2002, 14:11:32
Erm, what's your problem, exactly?

Quote
I went back to preview my intro and guest what it was there.

This tells me your intro shows up, so what's the problem?

More details, then I can help you ;D
Title: Re:Problem with my Intro
Post by: Gameer_77 on 07 Dec 2002, 14:19:19
Ehh... :-X


From the little I understood of that, i'd say make sure you are in advanced mode.

Gameer
Title: Re:Problem with my Intro
Post by: Archangel Scream on 07 Dec 2002, 18:29:42
Yep - advanced mode is essential for any kind of scripting - and believe it or not, is so much easier to use [and more useful].

Look for where it says "Mission" on the right hand nav bar. Simply click for the list, then go to "intro".

Click "continue", and it will play.

Title: Re:Problem with my Intro
Post by: Respined on 15 Dec 2002, 15:03:04
have you turned the mod from mission to intro mode.
then you have to copy the .sqs file to your mission files.
Title: Re:Problem with my Intro
Post by: Blitzer on 05 Feb 2003, 11:23:41
How you going,
                        I'm only new at this but you might need a space inbetween the [] and the"cutscene.sqs". Like this        [] exec "cutscene.sqs". Hope that helps.
Title: Re:Problem with my Intro
Post by: dmakatra on 05 Feb 2003, 16:18:57
it could be a scripting problem too. Perhaps that he forgot to create da cam or somethin.
Title: Re:Problem with my Intro
Post by: Ace on 05 Feb 2003, 17:37:51
no because te scipt would ativate even if the camera wasn't there.

Blitzers got it sussed by the looks of it
Title: Re:Problem with my Intro
Post by: cpt.Hawkeyez on 07 Feb 2003, 03:22:09
if its still not working try this

Code: [Select]
this exec "intro.sqs"
that should work.

CymPaTheeY