HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

easy trigger help

07-07-2003, 10:28 PM#1
Viper504
ok i need a trigger that when dark conversion is cast on enemy unit(human) control of the unit is given to the player casting the dark conversion.

the unit thats casting the ability is undead, and unit that is being cast on is human when i cast on human the unit is given to the human player so i cant control it so please help me fix this trigger tnx

event
unit begins casting ability

condition
ability being cast= dark conversion

action

change ownership of attack unit to triggering player
07-07-2003, 10:31 PM#2
DoCa-Cola(OLD)
Change the actions to, 'Change Ownership of unit being targeted to owner of triggering unit' I think that should do it
07-08-2003, 04:01 AM#3
Viper504
did not work, it switches the unit into another unit but i dont have control of him
07-08-2003, 04:23 AM#4
Guest
You want what he wrote but with a slight change ... I would right my own example but i don't know how to identify the unit being targeted only how to change him..

Change the actions to, 'Change Ownership of unit being targeted to owner of casting unit'
07-08-2003, 04:43 AM#5
Panto
This is what I used.

Event - A unit is summoned
Condition - Summoned unit is a Giraffe
Action - Change owner of summoned unit to Viper504
07-08-2003, 05:44 AM#6
Viper504
ok panto that works but how would i make it so the player that gets the summoned unit is the player that has the unit with dark conversion
07-08-2003, 06:47 AM#7
Panto
Action - Change Ownership of Summoned unit to Owner of Summoning unit
07-08-2003, 09:17 AM#8
Viper504
thanks a lot