- Steam App
- HackeRPG (2671770)
- Event type
- patch note
- Published
- 9 June 2025 - 20:22:36 UTC
- Source
- steam_community_announcements
Phew, it took a very long time, but now you can try out the new update! The main changes are: Interpreter Supports arrays, maps, mutable/immutable variables, built-in functions (drop, print), for and while loops, code blocks (all variables are removed from RAM when the code block is completed), ability to write single-line code with semicolon-separated statements, ability to call functions everywhere (no more passing everything to variables) and types (string, float, integer and boolean). Error messages have become much more informative. Threads Daemons have been replaced by threads, which will not repeat, but will allow you to execute any code in another thread, even without an IDE. Repository All the code in your repository is now stored in delimited files on your hard disk, so you can edit them without even running the game. (You have to restart the game to apply changes to it). I wil...