... | ... | @@ -67,7 +67,7 @@ Checks if the dungeon at the target has it's difficulty set to the specified val |
|
|
|
|
|
#### In-Same-Room `(v2.0.0)`
|
|
|
`- insameroom`
|
|
|
Checks if the target entity is in the same room as the casting entity.
|
|
|
*ONLY WORKS IN PROCEDURAL DUNGEONS!* Checks if the target entity is in the same room as the casting entity.
|
|
|
*NOTE: If the entity was spawned by the dungeon, this checks based on the room that spawned the casting entity, not the casting entities current room!*
|
|
|
**Aliases:**
|
|
|
- `sameroom`
|
... | ... | @@ -77,7 +77,7 @@ Dungeon Targeters |
|
|
----------------
|
|
|
#### Room Targeter `(v2.0.0)`
|
|
|
`- msg{m="Hello, world!"} @room`
|
|
|
Targets all entities in the same room as the casting entity.
|
|
|
*ONLY WORKS IN PROCEDURAL DUNGEONS!* Targets all entities in the same room as the casting entity.
|
|
|
*NOTE: If the entity was spawned by the dungeon, this checks based on the room that spawned the casting entity, not the casting entities current room!*
|
|
|
**Aliases:**
|
|
|
- `@entitiesinroom`
|
... | ... | |