Just a tip, you can't use BBcode in the code tags.
Remember, always have () at the end and never have a ; at the end of the ()'s or else the function will not exist.
The arguments inside the ()'s represents how the function will act.The first argument does not have to be %this. It can be many other things, but it cannot be these for a reason:bool : A bool is a toggle in the function, this could not work as a %this function to replace.numbers (0-9) : Arguments in the parents of a function cannot have numbers because the variable will not exist.Mainly the first function of a parent is what the first of the parent is about. The GameConnection represents it as a client. So, %this, is representing the client.If the function exists, you will need to parent it, but there are two ways of the parent.Using a compile of most of this, I will give you a code as in example. This is useless, so hopefully you don't use it.
What language is this!?