I added a bunch more functions for you guys.
I also changed all the player functions to be class functions meaning you have to call them like:
player.foo(); now rather than foo(player); so you will have to fix up your scripts a bit probably.
anyway check the wiki
http://thefarwilds.com/wiki/index.php/ScriptingLet me know if you want some function exposed that isn't. Or you are trying to do make a script that does something and can't figure out how.
Otherwise the only other thing I'm planing on adding is the ability to chain scripts.