NO COMMAND

From TinyMUX
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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