Olib Build Status

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)
}

WIP documentation

Pull requests and the like as welcome.