HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Select Unit > Kill

12-05-2003, 07:39 PM#1
Arohk
its just a little problem, but i need this trigger for my escape map,

i want it, that if someone select a unit all of his units die (He only has 1 hero so who care ;) )

i found a nice Event

A-Unit-<0000 gen> become selected

C-

A-

i cant find the action for
Unitgroup-Pick every unit owned by player( who ever klick on the unit ) and do- kill picked unit
12-05-2003, 07:44 PM#2
Vexorian
You need to use :

Events:
player 1 selects an unit
player 2 selects an unit
...
player 2 selects an unit

Conditions:
((triggering unit) is a hero) equal to true
((Owner of triggering unit) equal to (triggering player))

Actions
Unit group - Pick every unit in units owned by (triggering player) and do
--Unit kill picked unit
12-05-2003, 07:53 PM#3
Arohk
hehe its not exactly what i ment:////

but couse of your help it works now :ggani: (i thought there was an extra event for "selected unit" like dying unit)

THX :D