Well it does use this, im not sure if its classed as a clientside function?
PHP Code:
function onActionClientSide() {
//Makes the notepad text the players note.
if (params[0] == "gettext") {
Notepad_Text.text = params[1];
}
}
I will probably stand corrected...

Thanks for the comment
