Yuriks Posted February 7, 2022 Posted February 7, 2022 Setting up a simple training mission - an AI plane respawns after being shot down. In mission editor: Repetitive action -> Trigger (Group Dead, Plane A) -> Action (Group Activate, Plane A). Not working May be because I can not trigger Group activation on its own death? Is there a walk around to auto respawn AI plane after shot down?
toutenglisse Posted February 8, 2022 Posted February 8, 2022 9 hours ago, Yuriks said: ...Repetitive action -> Trigger (Group Dead, Plane A) -> Action (Group Activate, Plane A).... Another thread similar to your thread : If you want to use MIST, a simple line of text will do it : (MIST must be loaded with a mission start trigger -> Do Script File) Repetitive action -> Trigger (Group Dead, Plane A) -> Action (Do Script, mist.respawnGroup('Plane A', true)) 1
Recommended Posts