24 posts joined 2005-03-21
#1 2006-01-04
help with giving units items alright, i am creating units in the middle of a game, and i want them to be able to drop specific items. basically my trigger looks like this...
creat 1 footman for neutral hostile in region 670 facing default building degrees.
how can i get the footman in question to drop certain items on its death.
2,104 posts The West Staines Massive joined 2005-01-10
#2 2006-01-04
U just select the unit, click enter and then go to 'items dropped'
24 posts joined 2005-03-21
#3 2006-01-05
but im creating these units through a trigger, so they aren't placed on the map to begin with and have items.
18 posts joined 2005-02-12
#4 2006-01-05
There is a trigger what gives to unit item
2,104 posts The West Staines Massive joined 2005-01-10
#5 2006-01-06
Events:
Unit dies
Conditions:
Unit = for example footy
Actions:
If: Random number between 1 and 100 = 10 or less
Then: Create item at position of dying unit
Else: Do Nothing
24 posts joined 2005-03-21
#6 2006-01-06
hey thanks, that will work, i appreciate the help.
2,104 posts The West Staines Massive joined 2005-01-10
#7 2006-01-06
Ofcourse it works
But it is alot of work if u have alot of trigger-created units and want them all to drop different items
2,104 posts The West Staines Massive joined 2005-01-10
#8 2006-01-06
Ofcourse it works
But it is alot of work if u have alot of trigger-created units and want them all to drop different items