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.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.