FunctionsChatRoomListUpdateChatRoomListUpdate CallableChatRoomListUpdate(list: number[], adding: boolean, memberNumber: number): voidUpdates character lists for the player and saves the changeParameterslist: number[]The array of member numbers to updateadding: booleanIf TRUE adding to the list, if FALSE removing from the listmemberNumber: numberThe member number to add/removeReturns voidNothing
Updates character lists for the player and saves the change