Added IF Event Parsing

This commit is contained in:
2023-04-25 23:06:23 -07:00
parent ce2ac8ba1c
commit 60d4b53a33
10 changed files with 127 additions and 16 deletions

View File

@ -43,7 +43,6 @@
<!-- Here I am creating a marker -->
<marker name="craigCool" />
<choices character="eth" key="isCraigCool">
<title>
<string lang="en">Do you think Craig is cool?</string>
@ -67,7 +66,7 @@
If the user selects "Maybe", we basically just display a message and then
go back to the choices indefinitely.
-->
<!-- <if key="isCraigCool" value="maybe">
<if key="isCraigCool" value="maybe">
<text character="eth">
<string lang="en">Are you unsure?</string>
</text>
@ -83,7 +82,11 @@
<text character="eth">
<string lang="en">I disagree, Craig is cool.</string>
</text>
</if> -->
</if>
<text character="eth">
<string lang="en">bruh9000</string>
</text>
<!-- We can also modify values/set values too. -->
<choice-set key="isCraigCool" value="yes" />