Hey guys I'm making a CTF map and I was wondering how to set up a trigger (im guessing tis is what i gotta set up) to make it so if a unit enters a region (say.. the home flag) and is holding the other flag in their inventory + the home flag is still at home to score a point?
just have a action of unit enters a region, a region you created where you keep the flag. then condition that the entered unit is carying the item, and a condition the region contains the other flag, you have to check around for these, i think it is in units. In the actions you change a integer variable, [variable]=[variable]+1 will give a point every time and somehow show it for all players (dialog).
no I haven't been using at.. is it necessary? what are mods generally useful for? im pretty new to the sc2 mapping business
edit*oh.. my CTF is nothing near a melee map though.
and uh.. how do you make a condition that does that? the trigger editor is confusing...
Hey guys I'm making a CTF map and I was wondering how to set up a trigger (im guessing tis is what i gotta set up) to make it so if a unit enters a region (say.. the home flag) and is holding the other flag in their inventory + the home flag is still at home to score a point?
Then how do you keep track of the points?
are you using this? http://www.sc2mapster.com/assets/ctf_mod/
just have a action of unit enters a region, a region you created where you keep the flag. then condition that the entered unit is carying the item, and a condition the region contains the other flag, you have to check around for these, i think it is in units. In the actions you change a integer variable, [variable]=[variable]+1 will give a point every time and somehow show it for all players (dialog).
no I haven't been using at.. is it necessary? what are mods generally useful for? im pretty new to the sc2 mapping business edit*oh.. my CTF is nothing near a melee map though. and uh.. how do you make a condition that does that? the trigger editor is confusing...
Bump! I still need help! =[