Exclamation

From TinyMUX
Jump to navigation Jump to search

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)]