Quote:
Originally Posted by xXziroXx
Fixed. 
|
PHP Code:
if (player.guild == "Convict" && player.level.name != "era_prison-break.nw") {
player.setlevel2("era_present_00-00.nw", 30, 30);
}
else {
player.setlevel2("era_prison-break.nw", 30, 30);
}
Now it's fixed. Mixing styles like you did looks bad too.
Quote:
Originally Posted by xXziroXx
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.