HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Help with changing owner of a summoned unit

10-11-2006, 07:02 PM#1
aidan_124
I'm trying to change the owner of a summoned unit as soon as it is summoner. This is the trigger i'm using
Trigger:
Team 1 summon a unit
Collapse Events
Unit - A unit Spawns a summoned unit
Collapse Conditions
Collapse Or - Any (Conditions) are true
Collapse Conditions
(Owner of (Triggering unit)) Equal to Team_1[5]
(Owner of (Triggering unit)) Equal to Team_1[4]
(Owner of (Triggering unit)) Equal to Team_1[3]
(Owner of (Triggering unit)) Equal to Team_1[2]
(Owner of (Triggering unit)) Equal to Team_1[1]
Collapse Actions
Unit - Change ownership of (Summoned unit) to Player 11 (Dark Green) and Retain color
The conditions are correct so what do i need to change. btw, the units are being summoned when an item is used. As the summoning unit is static would it be simpler to using when unit enters a region?
Thanks
Aidan

Edit: Done some more messing around with some other triggers, turned out this one was fine and now it works :)