teppe Posted August 4, 2012 Share Posted August 4, 2012 (edited) What does it mean? Have noticed that it used in many missions, but i'm really on low water on that... And what does this black and call mean? Together with if something is timed??? Teppe Edited August 4, 2012 by teppe Quote Link to comment Share on other sites More sharing options...
Zeealex Posted August 4, 2012 Share Posted August 4, 2012 (edited) Counter Increment, just means raise the number that a set counter is currently on, Objective completion and fail terms usually rely on counters reaching a certain number, so the increment counter is put in place to raise the number from it's current state rather than having to reset the counter to a certain number (which causes a couple of problems here and there) decrement counter does the opposite, it decreases the number a set counter is at. "Call" is when a script block has been called (like a phone call or someone calling you over) by another script block usually used in re-inforcment parts of the mission, it's a timely to set up but it works wonders when it is. you can have separate script groups so say if script group 1 triggers a "call" to script group 2 then script group 2 will respond by triggering all responses in there that you want it to. it's quite convenient, and i'm sure my explanation made it a million times harder to understand. "black" is when the screen goes black before a cut-scene or mission end, don't quote me though Edited August 4, 2012 by Zeealex Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.