Jump to content
Sign in to follow this  
Guest

a question regarding Condition Of Presence

Recommended Posts

Guest

Ive searched thru old topics about this, seems no answer came up, almost like, Condition Of Presence for objects is pointless...

Trying to simplify adding miscellaneous junk to randomly spawned artillery batteries at mission start without having to code all that #$@@ in, so far, I cant get Condition Of presence to do anything...

I know that it checks this condition at mission start, Ive tried initializing a random number to a global in Init.sqs, but the Condition seems to not even register stuff in Init....

Anyone know of a way to set a global, or something, that an objects Condition Of Presence will actually be able to pick up on at mission start?

Edit-

Found a better solution to this problem, just using deleteVehicle along with nearObjects, one simple command line removes unspawned battery areas biggrin_o.gif

Share this post


Link to post
Share on other sites

I used it for groups something like this.

Leader

name = leader

condition of presence = true

chance of appearance = 75%

grunt 1

name = grunt1

condition of presence = alive leader

chance of appearance = 100%

grunt 2

name = grunt2

condition of presence = alive leader

chance of appearance = 75%

sniper

name = sniper1

condition of presence = alive leader

chance of appearance = 50%

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×