Home   Help Search Login Register  

Author Topic: a few q's  (Read 596 times)

0 Members and 1 Guest are viewing this topic.

AE7THSF

  • Guest
a few q's
« on: 16 Jan 2003, 07:30:42 »
i know it seems kind of noobe but here,

1.how do i start my mission with a black screen then fade in or fade out

2.when i put in a group it always puts my squad behind me i want them to stay in the places i put them in the editer, u may not understand sry but

ty in advanced
« Last Edit: 16 Jan 2003, 14:22:59 by Raven zero »

cpt.Hawkeyez

  • Guest
Re:a few q's
« Reply #1 on: 16 Jan 2003, 19:31:40 »
To fade in from black you must make a script called
fadein.sqs and in the script put this line of code.

titlecut ["","black in",2]
~2
exit

 that will make the screen fade in from black in 2 seconds
and make the script wait 2 seconds before exiting out with the exit command and now to make the people stay in one spot put this in there init feild.

this setBehaviour "STOP"

that will make them stop moving and stay wherever they are that should work. if it doesnt than im a lot rustier than I thought i was been away from the OFP scene for about a year and thats what I remember hope tha helps.

CymPaTheeY

cpt.Hawkeyez

  • Guest
Re:a few q's
« Reply #2 on: 16 Jan 2003, 19:33:39 »
oh and make sure you put the script in your mission folder.

CymPaTheeY