Skip to content

Latest commit

 

History

History
48 lines (48 loc) · 3.11 KB

File metadata and controls

48 lines (48 loc) · 3.11 KB

release issues pulls


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:

New General Functions

New List Functions

New Map Functions

New Number Functions

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