Jump to content
Sign in to follow this  
se@l

How to run many script at the same time?

Recommended Posts

Hello smile_o.gif

I am downloading a lot of scripts and then play them in ofp....put how do i do if i want to play with more then one script? do i right it mayself with trigers??

help please help.gif

Share this post


Link to post
Share on other sites

You can execute as many scripts as you like until ofp freezes. smile_o.gif

For example, if you've got more than one script for use with the player just write them into his init line:<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

this exec "script1.sqs"; this exec "script2.sqs"; this exec "script3.sqs"

Like you said, you can also create one trigger with all the needed script calls the same way.

Or you create a file called init.sqs in your mission folder, it executes automaticly at mission start. Then you write all the script calls in this file.

Share this post


Link to post
Share on other sites

ok tanks m8t i tray that smile_o.gif

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×