View Single Post
  #7  
Old 08-22-2008, 08:45 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by xXziroXx View Post
Fixed.
PHP Code:
if (player.guild == "Convict" && player.level.name != "era_prison-break.nw") {
  
player.setlevel2("era_present_00-00.nw"3030);
}
else {
  
player.setlevel2("era_prison-break.nw"3030);

Now it's fixed. Mixing styles like you did looks bad too.
Quote:
Originally Posted by xXziroXx View Post
Also, I'm not agreeing with the way he did it, but the thread wasn't made to argue about that.
Doesn't matter why the thread was made. A bad habit (imho) shouldn't be encouraged.
__________________
Reply With Quote