Skip to content

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.

License

Notifications You must be signed in to change notification settings

irtsa-dev/bltings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks