Hello,
I try to use [global delete playermobile where account == null, but it seems the playermobile still there after I use this command.
Is there any other command or way to delete the character which account is null ?
 
You must set their Player property to false first.

[global set player false where playermobile account = null
 
Back