Size: 21
Comment:
|
Size: 336
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
Describe city here. | ## page was renamed from city troops = "t:100k" troopBean = GetTroops(troops) // converts troop string into troopBean object carryingLoad = city.getCarryingLoad(troopBean) // the quantity of res your specified troopBean object can carry 0 miles based on logistics tech ---- CategoryScriptingLanguage CategoryFunctions |
troops = "t:100k"
troopBean = GetTroops(troops)
// converts troop string into troopBean object
carryingLoad = city.getCarryingLoad(troopBean)
// the quantity of res your specified troopBean object can carry 0 miles based on logistics tech