From: George M. <dr...@bl...> - 2005-03-20 06:12:07
|
right now lua works with the orpg console... if we really want we can probably change this to ruby, but there are good reasons for using lua. Currently we have these binds.... con_echo(<string>) echo a string back to the console con_show() pop up the console con_hide() hide the console con_transparent() make the console transparent con_opaque() make the console opaque quit() quit orpgb ESC will quit at any point, F1 toggles the console and F2 toggles console transparency. |