sorry... can you read this code below?Beherith wrote:As far as I know its the same command (but i may be wrong on this one).
Also, if you would like a custom map for your mission, Ill gladly make you one if you sketch me a heightmap and indicate the passability you would like on it.
now the unit "armcv001" receive the order to move.
how i can give the order to build "a" unit/object in x and y pos??
Code: Select all
[4] = {
logic = {
[1] = {
logicType = [[CountdownEndedCondition]],
args = {
countdown = [[start prova]],
},
name = [[Countdown Ended]],
},
[2] = {
logicType = [[GiveOrdersAction]],
args = {
orders = {
[1] = {
orderType = [[MOVE]],
args = {
[1] = 6504,
[2] = 0,
[3] = 7800,
},
},
},
groups = {
[1] = [[armcv001]],
[2] = [[armcv001]],
},
},
name = [[Give Orders]],
},
},
maxOccurences = 1,
enabled = true,
probability = 1,
},
},
intresting... i need some help for my project ( maps included)... i make two map but i don't want to use them into the mission :) i need a good map...
how i can conctact you??