You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In rare cases, for example if you have a command named sitand an alias named sit down which both work on items, as well as an item in the current room named down pillow, the engine needs to figure out that you want to sit on the "down pillow", rather than trying to sit down on a nonexistent "pillow". This becomes more complicated if there is also a second item in the room just named "pillow", because then there are two ways to resolve the ambiguity. In that sort of case, Dennis should give an ambiguity warning and then resolve in favor of the command.
The text was updated successfully, but these errors were encountered:
seisatsu
changed the title
Catch and try to resolve ambiguous boundaries between command and object names.
Catch and try to resolve ambiguous boundaries between commands and arguments.
Jun 28, 2020
In rare cases, for example if you have a command named
sit
and an alias namedsit down
which both work on items, as well as an item in the current room nameddown pillow
, the engine needs to figure out that you want tosit
on the "down pillow", rather than trying tosit down
on a nonexistent "pillow". This becomes more complicated if there is also a second item in the room just named "pillow", because then there are two ways to resolve the ambiguity. In that sort of case, Dennis should give an ambiguity warning and then resolve in favor of the command.The text was updated successfully, but these errors were encountered: