se@l 0 Posted October 31, 2005 Hello 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 Share this post Link to post Share on other sites
Trapper 0 Posted November 1, 2005 You can execute as many scripts as you like until ofp freezes. 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
se@l 0 Posted November 1, 2005 ok tanks m8t i tray that Share this post Link to post Share on other sites