Jump to content

Quadrafarian

Members
  • Posts

    33
  • Joined

  • Last visited

Everything posted by Quadrafarian

  1. I'm sorry to say we tried fitting them to your F-5, But the ground crew didn't have the required left handed froggle sprocket.
  2. Ah I missed the Table {} Sure it's for an ongoing training mission. The units are spawned in a zone using 8 templates with random positions. Then destroyed by clients and when the last unit in the area is killed the area spawns again using the 8 templates & random positions. That was the reasoning behind my questions.
  3. Sorry for another question, it's to do with late activating units. KryRed = SET_GROUP:New():FilterCoalitions("red"):FilterPrefixes("DAR","SAM"):FilterStart() KryRed = SET_GROUP:New():FilterCoalitions("red"):FilterPrefixes("DAR"):FilterStart() both returns nil, not using both at the same time, but KryRed = GROUP:FindByName("DAR") or KryRed = GROUP:FindByName("SAM") works, just wanted to check I'm not missing something. Only spawning two groups to test with at the moment, trying to respawn the groups after they've both been destroyed. Again I can't thank you enough for the help and the framework. EDIT:- just to clarify not GROUP:IsAlive() can't tell me if it's late activated & destroyed only that it's either late activated or destroyed? any other way to determine if it's been late activated and destroyed?
  4. I late activated an SA-8 set it as red then just spawned a group of Su-25T's (not late activated) as blue. The GRP-100 Returned the value of Blue = true & red = false. Hence my question. But thanks for fast reply and I've got the Documentation bookmarked and has been my 2nd home for the past week along with the great videos. I do have a suggestion on the videos when you do more could you add a link to the documentation page in the description of the section the video covers.
  5. Is there something special to using IsAlive() with late activated units that I'm missing as I'm confused as it's not working. Tested using GRP-100 mission.
  6. Awesome and a big thanks, keep up the good work.
×
×
  • Create New...