kittycat 0 Posted April 15, 2003 How can I prevent intro text from showing in the outro? Share this post Link to post Share on other sites
payden 0 Posted April 17, 2003 Ähm... what? Can you get a little more precise? Share this post Link to post Share on other sites
Chris Death 0 Posted April 17, 2003 hmm - i guess you're talking about initIntro.sqs If so, you could use a variable, which you change during the mission.is running. introvar = 1 Remember you need to initialize this variable in your init.sqs first: introvar = 0 In your initintro.sqs you can use the method below then: ? introvar == 0: titletext ..... hope this helps ~S~ CD Share this post Link to post Share on other sites