Nightjay0044 1 Posted November 23, 2005 Okay, here is what I got. 1) I have a convoy of 5 vehicles with names moving from one position to another 2) Before the 5 vehicle convoy leaves I need a recon team to go ahead of them to check for danger. 3) The recon team vehicles consist of a, UAZ and a BMP. 4) You (the player) will be commanding an 8 man squad includeing you (so 9). 5) I need the recon convoy team to be able to spot you and your squad if visible, and then report it back to the enemy defense position where the main convoy will be coming from. 6) Okay, I have no idea where to start, how to start with this. I would need to know how to get the recon team convoy vehicles to spot your squad (west team), and then set a trigger or something to the main convoy so they don't come. What would I need to do, and where would i need to begin? Thanks all. Share this post Link to post Share on other sites
LoTekK 0 Posted November 24, 2005 Off the top of my head, it seems more sensible for the triggers to be setup such that if the recon team doesn't spot any enemy forces, they'll radio the convoy that the route is clear. With that in mind: Initialize the allclear variable (this shouldn't be necessary, but I tend to be anal and paranoid): allclear=false Set up your convoy's first waypoint with the activation: allclear==true And then have the recon team set allclear=true when it has finished its rounds. Share this post Link to post Share on other sites