This is an archive. | |
See the new ClickWiki at https://clickwiki.github.io. This version is just an archive for the purposes of migrating content to the new structure. |
Template:ListCondition
This template is used to create a new condition (as a new 'line' of events)
This assumes you have already started using {{ListStart}}.
Parameters
- You need to specify Number = for the line number (usually 1, 2, 3 etc)
- You need to specify Actions = for the number of actions that this line contains.
- Finally, enter the condition as it would appear for Text =
Example 1
{{ListCondition | Number = 1 | Actions = 1 | Text = Start of Frame }}
In conjunction with the rest of the templates:
1 | • Start of Frame |
Set Global String A to "Hello World"
| |
2 | • New Condition |
See the next part, {{ListAction}} for making up the actions for a condition.
See Help:EventListExample for further help.