FSPilot 0 Posted January 13, 2003 How to I add more than one script to one unit's line? I tried seperating them by commas but that didn't work, any hints? Share this post Link to post Share on other sites
KingN 251 Posted January 13, 2003 Use ; like for example: removeallweapons this; this setcaptive true Share this post Link to post Share on other sites
Bart.Jan 0 Posted January 13, 2003 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> [blabla] exec "scr1.sqs";[] exec "scr2.sqs" <span id='postcolor'> is working corectly. Separate them by semicolons. Share this post Link to post Share on other sites