From 96e05587f498e4702bddc517c2b3cba87b90355e Mon Sep 17 00:00:00 2001 From: prestidigitator Date: Fri, 4 Jul 2014 04:33:49 -0700 Subject: [PATCH] Version notes --- README.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.txt b/README.txt index f101b82..6ab683f 100644 --- a/README.txt +++ b/README.txt @@ -50,6 +50,20 @@ Version 1.0 * Released 2014-07-04 * First working version +Version 1.1 + +* Release 2014-07-04 +* Variable 'me': reference to current player object +* Variable 'myname': current player's name +* Variable 'here': current player's position as a printable vector +* Made the print(...) function a little more useful: converts args to strings + +Try the following commands: + + /lua me:set_physics_override({ jump = 10.0 }); + /lua print(myname); + /lua print(here); + Copyright and Licensing -----------------------