Skip to content

Room exists command

Alvin Cheng edited this page Mar 15, 2023 · 1 revision

Description

This is the room exists command, this command will check if the user has joined the room in parameter 1. This particular command will return the result inside the variable pointer in parameter 2. Furthermore, the command will return true for true, the room exists or false for false, the room does not exist in the user's directory.

Example

$VARIABLE = (room_exists "<ROOM>");
Clone this wiki locally