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)
Jump to: navigation, search
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 = SetSOIVals = FRA|$Colony_Greenland|-5|$Colony_Morroco|3|$Colony_Algeria|5|$Colony_Tunisia|4
+
| 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 SOI Spreadsheet.jpg

Example  

SetSOIVals = FRA|$Colony_Greenland|-5|$Colony_Morroco|3|$Colony_Algeria|5|$Colony_Tunisia|4


 

Parameters

FactionTag

FactionTag of the faction (optional)

Area1

Alias to a colonial area

Val1

Value for this SOI (Colonial Area)

Forums