Holy crap what's wrong with you people.
That script may
work but it looks horrible.
PHP Code:
if (player.guild == "Convict" && player.level.name != "era_prison-break.nw") {
player.setlevel2("era_present_00-00.nw", 30, 30);
}
When you script you need to consider that other people will be reading your script in the future. Don't over-complicate things just because you can.