i was making a link with a npc like this
PHP Code:
serverr.(player.account@"_out.nw") = {this.level,this.x,this.y};
for example
now the level name is graal737422 but the serverr comes out Graal737422 if that makes a diffrence. but when i do
PHP Code:
this.outlevel = serverr.(this.level);
player.setlevel2(this.outlevel,30,30);
it fails in the corner x.x
also how would i make it a lower case string with my acc