- Code:
//#CLIENTSIDE
function onPlayerTouchsMe() {
if (player.nick == "Jimbo") {
this.chat = "Hi Jimbo!";
}
else {
this.chat = "Hi stranger!";
}
}
I used to know more GS2, but I quit Graal for more than a year and forgot most of it. I've decided to come back and subscribe to this scripting school since I now have taken 2 programming classes in college, and I want to compare and see if I can push GS2 further with what I have learn in class so far!