hellfish6 7 Posted March 11, 2004 Hey guys This should be really easy, but I'm having trouble making a script that detects if a group has entered a helicopter. Basically, what I want to do is that when the group enters the helicopter, a radio message is sent, an objective is checked off and add to the player's score. Any ideas? Share this post Link to post Share on other sites
Stag 0 Posted March 11, 2004 How about a trigger: count crew h1==(whatever) Share this post Link to post Share on other sites
bn880 5 Posted March 11, 2004 Use the SEARCH feature. Ok I will try to find it for you... I know this has been answered before edit: http://www.flashpoint1985.com/cgi-bin....=search Share this post Link to post Share on other sites
hellfish6 7 Posted March 11, 2004 I did use the search feature. I got 75 topics, none of which had anything to do with what I was looking for. Share this post Link to post Share on other sites
CrashnBurn 0 Posted March 11, 2004 count crew heloname == (("alive _x") count units groupname) + 2 The + 2 accounts for the pilot and gunner that are already aboard. If all you have is a pilot then change it to 1. Only limitation to this, is if the pilot or gunner is killed the trigger may not fire properly, but it's never happened to me. No script is necessary for this. Share this post Link to post Share on other sites
hellfish6 7 Posted March 11, 2004 I got it. Thanks guys. Share this post Link to post Share on other sites