-
Notifications
You must be signed in to change notification settings - Fork 0
SETCAPITAL,SETCITY
stanislawbartkowski edited this page Feb 5, 2019
·
3 revisions
This command builds the city or capital
executeCommand(token,"SETCAPITAL",row,col)
executeCommand(token,"SETCITY",row,col)
- row,col : the square where city or capital is to be built
List of points where city or capital can be built. Every element in the list hs a format: { "row" : row, "col : col }
Example:
[{"row" : 1, "col" : 2}, { "row" : 2, "col: 2"} ]