/** * Success to create a character * * @param {object} pkt - PACKET.HC.ACCEPT_MAKECHAR_NEO_UNION */ function onCreationSuccess( pkt ) { CharCreate.remove(); CharSelect.addCharacter( pkt.charinfo ); CharSelect.append(); }
CharCreate.onExitRequest = function(){ CharCreate.remove(); CharSelect.append(); };