Due to a sudden burst in spammer activity, account creation has been temporarily disabled. Sorry for the inconvenience to any new potential contributors.
CountVP
From AGEWiki
(Difference between revisions)
m |
|||
Line 2: | Line 2: | ||
| name = CountVP | | name = CountVP | ||
| syntax = esvIntVar(x) | | syntax = esvIntVar(x) | ||
- | | description = Count the number of current VP being earned per turn from | + | | description = Count the number of current VP being earned per turn from owned Regions, and store the value in esvIntVar(x) |
| example = esvIntVar0 | | example = esvIntVar0 | ||
| example-description = For the current selected faction, count the number of owned VP locations and store the value in esvIntVar0 | | example-description = For the current selected faction, count the number of owned VP locations and store the value in esvIntVar0 |
Latest revision as of 11:41, 26 April 2010
CountVP | |||
Syntax CountVP = esvIntVar(x) Description Count the number of current VP being earned per turn from owned Regions, and store the value in esvIntVar(x) Example CountVP = esvIntVar0 For the current selected faction, count the number of owned VP locations and store the value in esvIntVar0
|
Parameters the storage variable for the resulting count |