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.
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.
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.