Skip to content

Tutorial Properties

Keith Sterling edited this page Oct 3, 2017 · 11 revisions

Properties

    <bot name="someproperty" />

Variables

Global

    <set name="someproperty">somevalue</set>
    <get name="someproperty" />

Local

    <set var="somevar">somevalue</set>
    <get var="somevar" />

For more information on using variables see set and get. For more information on how to use properties see bot


Back to Tutorial | Back - Maps | Next - Conditionals

Clone this wiki locally