Sovde submitted a new resource:
oopsk - basic object oriented programming concepts for Skript
Read more about this resource...
oopsk - basic object oriented programming concepts for Skript
oopsk
oopsk is a Skript addon that aims to add limited object-oriented programming tools to Skript in a non-invasive manner.
Basics
The current feature set revolves around structs, simple objects that group together a set of typed fields. Structs are defined by struct templates, top-level structures that define their name and the fields they contain:
Code:struct Message: contents: string sender: offline player const...
Read more about this resource...