- Joined
- Aug 29, 2024
- Messages
- 23
Hello! Trying to figure out how to place a unit into a cage and making him rescued by other players. ( I have the ability for rescue and such, just need the trigger figured out for putting someone in a cage) Thanks!
(saw this from a bit ago but not sure how if this is good and to get the Set temp point, etc
(saw this from a bit ago but not sure how if this is good and to get the Set temp point, etc
- Untitled Trigger 001
- Events
- Destructible - Cage 0000 <gen> dies
- Conditions
- Actions
- Set Temp_Point = (Position of (Dying destructible))
- Unit - Create 1 Footman for Player 1 (Red) at Temp_Point facing Default building facing degrees
- Custom script: call RemoveLocation( udg_Temp_Point )
- Events