A collection of random scripts/tools I made in greyscript for the game Grey Hack.
To install a tool to later have the code be imported, you must first chose the tool you wish to install (full list above or see Tools). After you have chosen your tool you may copy the code and paste it into an open Code Editor process in-game. Once done, you must save this to /bin
as (tool-name)
(or optionally any path and name you will later remember) making sure to enable Allow import. Once you have done this, you may now utilize import_code("/bin/(tool-name)")
or if you haven't saved it as recommended then import_code("(path-to-file)")
at the top of any file that you wish to use the tool in.
Alternatively, you can chose the tool you wish to use and simply copy+paste it into your open Code Editor and use it this way.
Note that some tools may have an import_code()
at the top which is importing other code. If this is the case, a link to the code will be provided in a comment above said import_code()
function. If you have a special request, you may utilize the Discussions tab to request additions or other tools and the Issues tab to report issues/bugs you find with a tool.