Due to a sudden burst in spammer activity, account creation has been temporarily disabled. Sorry for the inconvenience to any new potential contributors.
SetSOIVals
From AGEWiki
(Difference between revisions)
m |
m (fixed syntax of the example) |
||
Line 10: | Line 10: | ||
| description = Set the [[Spheres of Influence|Sphere of Influence]] value for a certain number of areas, for a given faction. If there is no faction tag specified, then the current faction will be the one used, otherwise the script engine will use FacTag (this use won't change the current faction selector by the way). There are two syntaxes because CSVSplitter is capable in one pass to convert the SOIs.xls spreadsheet into valid commands | | description = Set the [[Spheres of Influence|Sphere of Influence]] value for a certain number of areas, for a given faction. If there is no faction tag specified, then the current faction will be the one used, otherwise the script engine will use FacTag (this use won't change the current faction selector by the way). There are two syntaxes because CSVSplitter is capable in one pass to convert the SOIs.xls spreadsheet into valid commands | ||
[[image:SOI Spreadsheet.jpg|800 px]] | [[image:SOI Spreadsheet.jpg|800 px]] | ||
- | | example | + | | example = FRA{{!}}$Colony_Greenland{{!}}-5{{!}}$Colony_Morroco{{!}}3{{!}}$Colony_Algeria{{!}}5{{!}}$Colony_Tunisia{{!}}4 |
| example-description = | | example-description = | ||
| example2 = | | example2 = |
Latest revision as of 10:45, 29 September 2010
SetSOIVals | |||
Syntax SetSOIVals = FacTag;Area1;Val1;Area2;Val2.. OR SetSOIs = Area1;Val1;Area2;Val2.. Description Set the Sphere of Influence value for a certain number of areas, for a given faction. If there is no faction tag specified, then the current faction will be the one used, otherwise the script engine will use FacTag (this use won't change the current faction selector by the way). There are two syntaxes because CSVSplitter is capable in one pass to convert the SOIs.xls spreadsheet into valid commands
Example SetSOIVals = FRA|$Colony_Greenland|-5|$Colony_Morroco|3|$Colony_Algeria|5|$Colony_Tunisia|4
|
Parameters
FactionTag of the faction (optional)
Alias to a colonial area
Value for this SOI (Colonial Area) |