Exclamation

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.

The exclamation mark, !, is used as an inversion operator within MUSH. It can be used in flag, power, and softcode operations. For flags and powers, it is used to remove the specified capability. Within softcode, it inverts a value.

Examples

 To remove a flag:
 @set me=!JUMP_OK
 To remove a power:
 @power widget=!see_all
 Within softcode:
 think [t(!0)]