Added ability for one to make their own functions with ;return, [value];
Added ;no_sys_var; and ;sys_var;
Added {daytime} variable
Added functionality to "array" and "int" functions
Added "toBinaryString" and "char" functions
Added the ability to concatenate strings
Removed usage of deprecated functions in built in "fibonacci" hud
Fixed "basic" and "hud" built in huds
Fixed several bugs
Fixed {is_slime} Fixed {playerspeed} Fixed int() not rounding decimal numbers.
Booleans added: isgliding, isclimbing, iscrawling, isswimming, issneaking
is alive, isblocking, isfreezing, isglowing, isfireimmune, isonfire, isonground, isinvisible
Numbers added: milliseconds, seconds, minutes, hour, day, month, year
subchunkx, subchunky, subchunkz
Strings added: damagetype
month_name
locale, language, country
Added {break} (Not a variable, see wiki for more info)
Added {cpu} and {cpu_d} for CPU usage, {chunkz} and {chunkx} for player chunk position.
Renamed {entites} to {entities} (I hate myself)
Removed {rng}
Added Vertex drawing (See wiki for more information)
Added Inc, Dec and Not operators (See wiki for more information)
Fixed some issues in certain built in huds.