
Список изменений
Fix:
addText parameter not working inside loops and if statements
Percentages in Hudder conditions
damagetype and dimension variables
Change:
Made Reset button red
Added .hud extension to the huds
Deprecated global variables infavor of writeValue and readValue
Changed icon (New icon by DanielElProXDDD-GD)
Updated to rhino js engine 1.9.0
Add numbers:
sent_packets
received_packets
next_level_xp_requirement
attack_cooldown
Add booleans:
is_raining
is_thundering
can_have_weather
ischatopen
is_in_rain
is_exposed_to_sky
Add strings:
hour12
ampm
hudder_version
difficulty
Add item components:
cooldown - The current cooldown for consumption
max_cooldown - The max cooldown for consumption
identifier - The ID of the item
Add Method and Function:
;writeValue, [String key], [Number/String/Boolean/Character value]; - Writes a value to memory, able to be retrieved across restarts. The unsafe operations option disables the value type limitations however one should expect type casting issues.
readValue(String key) - Read a value set using writeValue
