GetRoomByName
Returns a reference to a room which has the provided name.
Syntax
GetRoomByName room_name
Returns
reference to Room object
Arguments
| Name | Required | Type | Description |
|---|---|---|---|
room name | Yes | RoomName enum value - found using 'serhelp RoomName' command |
Details
If more than one room matches the provided name, a random room will be returned.
On a running server
Use serhelp GetRoomByName to inspect the reference generated by your installed SER version.