Do you really want players to level up so they can do testing for you? Maybe just put a mob in to grant levels, e.g.
Code:
if($text!=0 && $text<71 && $text > 0){
quest::level($text);
}
Just saying this as it's in alpha which is really testing by dev team and associated testers
