Jump to content

ounter increment


teppe

Recommended Posts

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 by teppe
Link to comment
Share on other sites

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 by Zeealex
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...