It should be:
_n=("alive _x" count units groupName)
?_n<11:goto "Join"
The variable should always be on the left when assigning it. Also note the colon in the second line.
;D
Hmm ...Okay, DeadDog Thanks ...I altered it and got the following to work, mostly, but still come up with that Bool Error:
#Count
?("alive _X" count units GroupName <11) :Goto "Join"
~60
Goto "Count"
#Join
~10
[Pilot1,Pilot2] join GroupName
Exit
I will see how I can modify your way to work with the wait period.
(The
~60 is for them to check every 60 secs if someone has died , which I did presumably to consume less client CPU power
/ less lag , but not sure if that matters. The
~10 in JOIN is to make sure the dead have cleared the leader's screen so the 2 Pilots can join.)
Thanks , I'll go test some more. :joystick: