I can't seem to figure it out! I have a script replace/add med to a group, but I want it to stop at twelve for obvious reasons.
?units group westg == 12:goto "wait"
doesn't seem to work. (Error type group, expected object)
Nor does just
?units westg == 12:goto "wait"
(Type array, expect object, group, string, side, etc)
Any ideas?