Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
ardiadminguide:scripts [2018/07/16 00:07] optrix |
ardiadminguide:scripts [2018/07/16 00:10] (current) optrix |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| You can add a number of steps together to walk people through scenarios, such as explaining how your facility operates, how to safely evacuate etc. | You can add a number of steps together to walk people through scenarios, such as explaining how your facility operates, how to safely evacuate etc. | ||
| + | A script is an XML file - these are text-based files that can be written in most text editors. | ||
| + | |||
| + | Each script is made up of one or more //steps//, which are specific instructions for ARDI to do something. | ||
| + | |||
| + | For example, the [[ardiscript:waitforclick|WaitForClick]] step waits until the user clicks on an object on-screen before continuing. | ||
| + | |||
| + | To discover more, check out our tutorial: | ||
| [[tutorial:writing_your_first_script]] | [[tutorial:writing_your_first_script]] | ||