Thread: Efficiency!
View Single Post
  #14  
Old 01-07-2007, 06:35 AM
Tolnaftate2004 Tolnaftate2004 is offline
penguin.
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 534
Tolnaftate2004 is a jewel in the roughTolnaftate2004 is a jewel in the rough
Send a message via AIM to Tolnaftate2004
Quote:
Originally Posted by Twinny View Post
PHP Code:
switch(temp.toks[0])
{
  
//blah
}
triggerserver("gui"this.nametemp.toks[0], temp.args); 
That, or you could do

PHP Code:
switch(temp.toks[0]) {
  
// blah
  
default:
    
triggerserver(so-and-so);
    return;

__________________
◕‿‿◕ · pfa · check yer syntax! · src

Killa Be: when i got that locker in 6th grade the only thing in it was a picture of a midget useing a firehose :/
Reply With Quote