The DEF Tag

    Syntax: {DEF::Tagname::new Tagvalue}
    Function: If a tag with the specified tag name exists, then its value will be overwritten by the new tag value.
    Example: {DEF::COUNT::true} The COUNT tag will be overwritten with the value "true" - the next time it is called, it will output "true".

Back