D.murphy man 0 Posted March 9, 2003 hey all,yet another proplem for ya to solve. I have a sqs. file witch has "M1 removeaction 0" as well as other stuff witch isent important.Right my proplem is that this removes action 0 but the trigger witch adds the action is activated more then once,so it removes the action first time round but then when its activated again it dosent remove it because the action added is action 1 and action 2 when activated again and so on... so instead of writing "M1 removeaction 0,m1 removeaction 1,ect..." how might I have it so it just "M1 removeaction 0 to 100000 or M1 removeaction 0 and up"?? Thnx, D.murphy Share this post Link to post Share on other sites
RED 0 Posted March 9, 2003 Add the action with: </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">action1 = M1 addaction ["Hell", test.sqs]<span id='postcolor'> Then </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">M1 removeaction action1<span id='postcolor'> RED Share this post Link to post Share on other sites