====== SELECT_PERSONA ====== Selects a character for play. Upon success, the network protocol will leave //Lobby Mode// and enter //Game Mode//. | **Mode** | Lobby | | **Direction** | Client to server | | **Code** | 0x02 (1) | | **Length** | 2 | ===== Payload ===== | **Type** | **Length** | **Description** | **Values** | | short | 2 | Index of selected persona | 0 for first character, 1 for second, etc | ===== Expected Replies ===== * [[iceclient:messages:login_ok|SELECT_PERSONA_REPLY]]