Lost World ~ Selectors
All selectors start with an at sign (@), and filter possible characters down in some way. More than one character can be selected.
@here
Limit to the current landmark on the current turn.
@monster
Select the active monsters.
@nearest [<limit>]
Select the nearest limit
characters. Defaults to one.
@npc
Select the active non-player characters (not including monsters).
@pc
Select the active player characters.
@prompt [<message>] [<limit>]
Display a prompt to target a character. Limited to limit
characters, defaults to one.
@random [<limit>]
Selects limit
random characters. Defaults to one.