NO COMMAND

From TinyMUX
Jump to navigation Jump to search


FLAG: NO_COMMAND (n)

The NO_COMMAND flag disables the checking of $-commands on an object.

Most games will be configured to automatically set this flag on rooms and players. The server runs faster when fewer objects are checked for $-commands; thus, any object which does not have $-commands on it should be set NO_COMMAND.

Server Differences

TinyMUSH does not have a NO_COMMAND flag. Instead, the COMMANDS flag is required for an object to be searched for $-commands. Objects without COMMANDS are not searched by default.

Related Topics: @set, player_flags, exit_flags, room_flags, thing_flags