Post edit history
What's wrong with this terraform syntax?
Before | After | ||
---|---|---|---|
1 | The goal is widgeting terraform raise orders by being able to manually input numbers. | 1 | The goal is widgeting terraform raise orders by being able to manually input numbers. |
2 | \n | 2 | \n |
3 | Spring.GiveOrderToUnit(constructor[1], CMD_TERRAFORM_INTERNAL, {terraform_type,team,loop,terraformHeight,points,#constructor,volumeSelection,x1,y1,z1,x2,y2,z2,constructor[1]}, {"shift"}) | 3 | Spring.GiveOrderToUnit(constructor[1], CMD_TERRAFORM_INTERNAL, {terraform_type,team,loop,terraformHeight,points,#constructor,volumeSelection,x1,y1,z1,x2,y2,z2,constructor[1]}, {"shift"}) |
4 | \n | 4 | \n |
5 | here is the same thing with manually fed values for a raise order: | 5 | here is the same thing with manually fed values for a raise order: |
6 | \n | 6 | \n |
7 | spGiveOrderToUnit( 4734, -432, { 2, myTeamID, false, 60, 0, 1, 2, 100, 0, 100, 200, 0, 200, 4734} , { "shift"} ) | 7 | spGiveOrderToUnit( |
8 | 4734, | ||
9 | -432, | ||
10 | { | ||
11 | 2, | ||
12 | myTeamID, | ||
13 | false, | ||
14 | 60, | ||
15 | 0, | ||
16 | 1, | ||
17 | 2, | ||
18 | 100,0,100, | ||
19 | 200,0,200, | ||
20 | 4734 | ||
21 | }, | ||
22 | {"shift"} | ||
23 | ) | ||
8 | \n | 24 | \n |
9 | What have I got wrong? | 25 | What have I got wrong? |
10 | \n | 26 | \n |
11 | \n | 27 | \n |