In Room

Added in v2.0.1.

Description

True when the target is inside the bounds of any room whose template name matches room, case insensitively. Returns false when room is empty.

Procedural only.

Attributes

Attribute Aliases Description Default
room r, name, n Room name (the room's rooms/<name>.yml entry) to test against, case insensitive. Required. (empty)

Examples

InBossArena:
  Conditions:
  - inroom{room=bossarena} true

Passes while the target stands inside a room generated from the bossarena template.

Aliases

  • inroomnamed
Updated Aug 19, 2026