- Joined
- May 16, 2007
- Messages
- 7,285
so what should i do?
do this leak?
Hero - Set (Random unit from (Units owned by Player 1 (Red) matching (((Matching unit) is A Hero) Equal to True))) Hero-level to ((Hero level of (Random unit from (Units owned by Player 1 (Red) matching (((Matching unit) is A Hero) Equal to True)))) + 1), Hide level-up graphics
im asking coz it refers to a unit in a group that doesnt exist
set udg_Group = CreateGroup
// ...
// ...
set udg_Group = ....
group udg_g = CreateGroup()
group udg_g
//---------------
function abv takes nothing return nothing
set udg_g=CreateGroup()
endfunction
region udg_region1 = null
(Was long ago, can't remeber well).