hey chaps,
ok i'm wanted to use the createunit command but then add the unit to an array so it can b later deleted.
i'm tryed:
_tmpunit = _type createunit [_pos,_group,"",1,"LIEUTENANT"]
unitarray = unitarray + _tmpunit
and also
_type createunit [_pos,_group,"_tmpunit = this",1,"LIEUTENANT"]
unitarray = unitarray + _tmpunit
but it just adds null to the array insted of the unit...
any ideas?
cheers, Phil