Helping to update the MQ2 Wiki some via the release notes, some of the stuff I glanced over at the release time and moved on since hey, wasn't something I was working with (like most folks) But going back over them , there is a purpose behind it all! (of course)
One of those that stood out for me that I thought might be worth mentioning (for folks who script tasks and such) is the ".AnyoneMissing" addition to the Group TLO.
IE
or something to this nature.
Few other neat additions
One of those that stood out for me that I thought might be worth mentioning (for folks who script tasks and such) is the ".AnyoneMissing" addition to the Group TLO.
IE
Rich (BB code):
Sub GroupCheck(Delay)
:grouploop
/if (${Group.AnyoneMissing}) {
/call Message "Someone missing, delaying ${Delay}s"
/delay ${Delay}s !${Group.AnyoneMissing}
/goto :grouploop
}
/return
or something to this nature.
Few other neat additions
Last edited: