not

From RPTools Wiki
Revision as of 22:36, 9 February 2023 by Conversion script (talk | contribs) (Conversion script moved page not to Not without leaving a redirect: Converting page title to first-letter uppercase)
Jump to navigation Jump to search

not() Function

This performs logical negation on the provided parameter.

Usage

not(param1)

Parameters

  • param1 - Number

Example

[h: someVar = 13]
[r: not(someVar)]
[r: not(0)]

Returns:

0
1