Closed jingman closed 10 years ago
This adds a command.group function to ScoutScript. Use it to command a group of Scouts, for example: command.group(42,"led.red") will make all of the Scouts in group 42 run led.red.
command.group
command.group(42,"led.red")
group 42
led.red
Closes: #188
gusta mucho!
This adds a
command.group
function to ScoutScript. Use it to command a group of Scouts, for example:command.group(42,"led.red")
will make all of the Scouts ingroup 42
runled.red
.Closes: #188