Olib 
gem install Olib
This offers a lot of syntatic sugar for scripting in GS.
examples:
Creatures.magical.each { |creature|
creature.kill
}
Group.members.each { |char|
haste(char)
}
Pull requests and the like as welcome.
gem install Olib
This offers a lot of syntatic sugar for scripting in GS.
examples:
Creatures.magical.each { |creature|
creature.kill
}
Group.members.each { |char|
haste(char)
}
Pull requests and the like as welcome.