Skip to content

Room_get_name

hugh greene edited this page Jun 20, 2022 · 1 revision

NOTOC {{-}}

Notation

Description

Gets the name of the room with the given index.

Parameters

  • ind: The index of the room

Return Values

Returns a string, which is the name of the room with the given index.

Example Call

show_message( room_get_name(room) );
Clone this wiki locally