View Single Post
  #13  
Old 05-23-2007, 11:47 PM
Switch Switch is offline
o.o
Switch's Avatar
Join Date: Jan 2007
Location: Philadelphia
Posts: 3,038
Switch has a spectacular aura about
Send a message via MSN to Switch
Quote:
Originally Posted by Rapidwolve View Post
Good question, I was also confused at first. The solution to your problem is using flags.

Examples:

GS2:
PHP Code:
function onPlayerChats()
{
  if (
player.chat == "pie")
  {
    
pie();
  }

Me learn this:

PHP Code:
function onPlayerChats () {
  if (
player.chat == "poopy scoopy") {
    
//stuffz0r!;
  
}

__________________
Oh squiggly line in my eye fluid. I see you lurking there on the peripheral of my vision.
But when I try to look at you, you scurry away.
Are you shy, squiggly line?
Why only when I ignore you, do you return to the center of my eye?
Oh, squiggly line, it's alright, you are forgiven.
Reply With Quote