Bully Modding Reference

(home)


Bully's LUA Interpreter:

Bully uses a version of LUA 5.0.2 that is mostly the same as the default setup except for a few things.
One, it can't read from source (parser doesn't load).
Two, numbers are floats, not doubles (smaller numbers).
Trhee, the standard library isn't fully implemented.
If you're interested in learning more about the language, check out the following links.

1. LUA 5.0 online book.
2. LUA 5.0 manual.
3. LUA 5.0.2 source.