toggle

Downloadtoggle(b)   Returns the given boolean negated.
/*
**  Usage:
**      toggle(b)
**
**  Arguments:
**      b       boolean
**
**  Returns:
**      the given boolean negated
**
**  GMLscripts.com
*/

{
    return !argument0;
}

Click if you've used this script[Please Login]
Projects: 9


comments powered by Disqus