Due to a sudden burst in spammer activity, account creation has been temporarily disabled. Sorry for the inconvenience to any new potential contributors.

ChgObjective

From AGEWiki

(Difference between revisions)
Jump to: navigation, search
(added full descriptor as single pair only)
 
Line 1: Line 1:
-
See: [[SetObjectives]]
+
{{ scriptcommand
 +
| name = ChgObjective
 +
| syntax = ''RegionAlias1'';''Value1''
 +
| description = Assigns a single region to be should be considered an [[objective]], as well as how much it is worth as such.
 +
 
 +
See [[media:WIki_Example_Setup.xls|Spreadsheet of examples]]
 +
 
 +
See also: [[SetObjectives]]
 +
| example = $Berlin;10
 +
| example-description = Assigns ''Berlin'' as a 10-point objective.
 +
| param1 = RegionAlias1
 +
| param1desc = Alias for the region.
 +
| param2 = Value1
 +
| param2desc = Objective value for the region.
 +
:(if 0 then it will delete the objective)
 +
}}
 +
 
 +
 
 +
 
 +
 
 +
 
[[Category:Script commands]]
[[Category:Script commands]]

Latest revision as of 10:52, 16 August 2012

ChgObjective

Syntax  

ChgObjective = RegionAlias1;Value1

Description

Assigns a single region to be should be considered an objective, as well as how much it is worth as such.

See Spreadsheet of examples

See also: SetObjectives

Example  

ChgObjective = $Berlin;10

Assigns Berlin as a 10-point objective.


 

Parameters

RegionAlias1

Alias for the region.

Value1

Objective value for the region.

(if 0 then it will delete the objective)
Forums