Jump to content
Battlefront is now Slitherine ×

Global Variable


Recommended Posts

AFAIK if you use multiple global variables they have to be different ones. The logic function is then 'and' not 'or'.

eg:

#GV = 1[1,70]

#GV = 2[81,100]

This way you can fine tune your tactics.

I have never come across a situation that would need an 'or' function. In your above example just set #GV = 1[1,90] to get the same odds.

Link to comment
Share on other sites

Ok - that is what I am assuming from now on - it did not hit me with an error message for 2 so I was not sure. The error messages for scripts are very valuable by the way. I also discovered that the unit event needs an impossible position condition for the date to default. Otherwise if the position is satisfied it still happens then.

Link to comment
Share on other sites

I had been using multiple GVs in my Star Trek mod (freshly converted to Pacific Theatre ;)) as it would have allowed me to use variations within variations. For example:

GV#1 = Klingon Aggression (1-50 = Aggressive Raiding, 51-100 = Aggressive Conquering)

GV#2 = Klingon Tactics (1-25 = Against Borg, 26-50= Against Romulans, 51-75 = Against Cardassians, 76-100 = Against Minors)

Hence if GV#1 = 27 and GV#2 = 43 then the Klingon scripts have a bias towards fleet actions against the Romulan Star Empire.

Using 2 GVs it is then possible for me to coordinate the scripting of the other races to ensure greater variability of how the game plays out.

However it seems I have been over ambitious... at least having only one GV used at any time it will make scripting easier ;)

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
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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...