ssm4862 10 Posted January 22, 2011 I have two questions. Please help me. 1) If the player does not exist, and I want to fail the mission. 2) there is a trigger in the squad and I want to fail the mission. Share this post Link to post Share on other sites
bhaz 0 Posted January 22, 2011 (edited) Player is dead: !alive player Check if a unit doesn't exist (pointless unless the mission is multiplayer): isNull unitName Fail the mission: failMission "LOSER" Edited January 22, 2011 by bhaz Share this post Link to post Share on other sites