Thread: Squads Bug
View Single Post
  #1  
Old 08-06-2009, 02:16 AM
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 cbk1994 View Post
I added a couple of checks to make sure people weren't setting their nicks to *SomethingTheyAren't, but I guess I broke it completely. I'll fix it in the next release.
PHP Code:
if (player.account != nick)
  
player.nick nick;
else 
  
player.nick "*" @nick
I'm sure that should work fine, just remove "*"'s from the beginning of their nicks. Graal already has the system that does that for "setnick *Stefan".

Also I've noticed regular members can't change their nick.
__________________
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