Marin submitted a new resource:
How to: User-friendly code and Plug & Play - A quick tutorial for making your code more user friendly and Plug and Play.
Read more about this resource...
How to: User-friendly code and Plug & Play - A quick tutorial for making your code more user friendly and Plug and Play.
I myself absolutely suck(ed) at making scripts Plug and Play/user-friendly, and making it easy for people to implement a script/resource of mine. A perfect example of that is my old generation 7 project.
I saw someone suggest a tutorial on how best to make Plug and Play scripts, so let's get started.
[tabs][tab=Plug and Play]1.) Classes can be overwritten and added to from elsewhere.
Let's say you want to add an attr_accessor to the PokeBattle_Trainer class...[/tab][/tabs]
Read more about this resource...