Exclamation

From TinyMUX
Revision as of 18:59, 8 December 2005 by Mark (talk | contribs) (Init page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)]