Home   Help Search Login Register  

Author Topic: Mission Intro Custom  (Read 1007 times)

0 Members and 1 Guest are viewing this topic.

Hunted

  • Guest
Mission Intro Custom
« on: 25 Sep 2002, 10:12:51 »
Hello all,

I know that I have asked this before the recent OFPEC change over.  
Due to that and my lack of memory. I need to ask this question yet again. :D

Question:
How do you customize the mission 'Intro' words and dates?
i.e.- 'Get Ready...' and ' 01 May XXXX'

This is what I have so far and it kept on crashing on me with odd messages for which I have no clue about.

onloadintro = "Delta Operations"
onloadmission = "Mission made by Hunted"

debriefing =  1
showWatch =  1
showCompass =  1
showNotepad =  1
showGPS =  1
showMap =  1

Then I get an error message saying basically that 'something' was placed instead of 'this.' In a nutshell. :-[

Thanks in advance.

Hunted

seanver

  • Guest
Re:Mission Intro Custom
« Reply #1 on: 25 Sep 2002, 12:29:18 »
onloadintro = "Delta Operations";
onloadmission = "Mission made by Hunted;

You have to put ";" at the end

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Mission Intro Custom
« Reply #2 on: 25 Sep 2002, 17:38:55 »
hmmm..... SeAnVeR will be right because he always is, but mine doesn't seem to need the ;

This is copied an pasted from a description.ext and it works for me

onloadintro = "Wait a moment..."
onloadmission = "Lighthouse Island, off Malden"
debriefing =  1
showWatch =  1
showCompass =  1
showNotepad =  1
showGPS =  0
showMap =  1
onLoadIntroTime = false

Maybe just another case of Mistress Flashpoint throwing a random strop, as she does from time to time.
Plenty of reviewed ArmA missions for you to play

Hunted

  • Guest
Re:Mission Intro Custom
« Reply #3 on: 25 Sep 2002, 23:18:24 »
Thanks,SeAnVeR.

So I will need to add ";" at the end of every sentence or commands (whatever it is called) ???

So if I got this right it should be like this?


onloadintro = "Delta Operations";
onloadmission = "Mission made by Hunted";

debriefing =  1
showWatch =  1
showCompass =  1
showNotepad =  1
showGPS =  1
showMap =  1

Thanks again for the help guys. :)

Hunted