Room_get_name - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

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) );