FunctionsChatRoomCharacterCanAccessRoomChatRoomCharacterCanAccessRoom CallableChatRoomCharacterCanAccessRoom(C: Character): booleanChecks if a given character has access to the room (can enter/leave) (meets the access list requirements)ParametersC: CharacterThe character to checkReturns booleanReturns TRUE if the player has access to the room.
Checks if a given character has access to the room (can enter/leave) (meets the access list requirements)