https://github.com/irtsa-dev/bltings
Adds more functions into greyscript from Grey Hack to utilize in scripts by either extending existing object/classes or adding as standalone functions similar to "builtin" functions.
https://github.com/irtsa-dev/bltings
greyhack greyhackscripts greyscript module scripting
Last synced: 3 months ago
JSON representation
Adds more functions into greyscript from Grey Hack to utilize in scripts by either extending existing object/classes or adding as standalone functions similar to "builtin" functions.
- Host: GitHub
- URL: https://github.com/irtsa-dev/bltings
- Owner: irtsa-dev
- License: mit
- Created: 2024-09-21T19:57:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-03T10:57:42.000Z (over 1 year ago)
- Last Synced: 2025-10-25T05:42:15.337Z (6 months ago)
- Topics: greyhack, greyhackscripts, greyscript, module, scripting
- Homepage: https://github.com/irtsa-dev/builtin-greyscript/wiki
- Size: 90.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Adds more functions into greyscript from Grey Hack to utilize in scripts by either extending existing object/classes or adding as standalone functions similar to "builtin" functions.
Full List of Functions:
Installation
To install, once first copy the code of bltings.src file found here and paste it into an open CodeEditor process in-game. Afterwards, you must save this to /bin as bltings (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/blitings") or if you hadn't saved it as recommended then import_code("(path-to-file)") at the top of any file that you wish to use the functions in.
Additional Notes
Note that functions may be added, removed, changed, or even renamed in future updates. Functions may also have their functionality changed in future updates by request or if it seems to work better another way. You may utilize the Discussions tab to request changes or additions and the Issues tab to report issues/bugs you find.