https://github.com/irtsa-dev/greyscript-tools
A collection of random scripts/tools I made in greyscript for the game Grey Hack.
https://github.com/irtsa-dev/greyscript-tools
greyhack greyhackscripts greyscript greyscripts scripting
Last synced: about 2 months ago
JSON representation
A collection of random scripts/tools I made in greyscript for the game Grey Hack.
- Host: GitHub
- URL: https://github.com/irtsa-dev/greyscript-tools
- Owner: irtsa-dev
- License: mit
- Created: 2024-09-26T22:54:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T02:05:08.000Z (about 1 year ago)
- Last Synced: 2025-10-25T05:42:15.367Z (6 months ago)
- Topics: greyhack, greyhackscripts, greyscript, greyscripts, scripting
- Homepage: https://github.com/irtsa-dev/greyscript-tools/wiki
- Size: 42 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
greyscript-tools
A collection of random scripts/tools I made in greyscript for the game Grey Hack.
Full List of Tools:
Installation
For Importing
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.
Copy+Paste
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.
Additional Notes
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.