Player was getting stuck when clicking on CANCEL instead of choosing an option. If you ever face this issue in your own server, you can change the following:   }while( .@select != 4 && .@select != 255 ); close; Instead of close; you should add an end; }while( .@select != 4 && .@select != 255 ); end;  
    • Upvote
    2