Mob In Room

Added in v2.0.1.

Description

True when at least one Mythic mob with the given internal name (case insensitive) is alive inside a room. If room is set it names the room by template; otherwise the target's current room is used. Returns false when mob is empty.

Procedural only.

Attributes

Attribute Aliases Description Default
mob m Mythic mob internal name to search for, case insensitive. Required. (empty)
room r Room name (the room's rooms/<name>.yml entry) to scan, case insensitive. When empty, the target's current room is used. (empty)

Examples

GuardianAlive:
  Conditions:
  - mobinroom{mob=SkeletalGuardian;room=vault} true

Passes while a SkeletalGuardian is alive inside the vault room.

Aliases

  • mobinr
Updated Aug 19, 2026