Captain Kickass 0 Posted December 17, 2001 How do you make a soldier dead without having to shoot him. Say if there's no one around and you just want the soldier to die. How do you set this? I've tried putting the needle on the unit selection menu for heath down to zero. They are injured but still alive. Share this post Link to post Share on other sites
Rob 1 Posted December 17, 2001 unitname setdammage 1 Share this post Link to post Share on other sites
Captain Kickass 0 Posted December 17, 2001 Where is this written? Share this post Link to post Share on other sites
Etraman 0 Posted December 18, 2001 If you want the unit to die right at the beginning of the mission, then in it's initfield you type: this setdammage 1 If you want him to die if some action is perfomed, say if this unit (let's call him eastsoldier) walks into a certain area, you create a trigger (the area) set it activated by east(assuming 'eastsoldier' is an east unit) and in the triggers 'on activation' field you type: eastsoldier setdammage 1 This will kill him as soon he walks into the trigger area. Share this post Link to post Share on other sites