
After that, the program gets stuck in a window that says "Please wait... Loading SIML file : BIOS.siml..." (BIOS.siml is my siml file). This is the code It's trying to parse:
XML Code
<?xml version="1.0" encoding="utf-8"?>
<Siml>
<Concept Type="public" Name="BIOS">
<Model>
<Pattern>
<Item>HI</Item>
<Item>HELLO</Item>
<Item>GREETINGS</Item>
<Item>YO</Item>
</Pattern>
<Repeat>
<Response>
<If User="Repeat:Is-Partial">
<Item>Hello again, <User Get="NAME" />.</Item>
</If>
<Random>
<Item>Hello there <User Get="NAME" />!</Item>
<Item>Hi there <User Get="NAME" />!</Item>
<Item>Hi!</Item>
<Item>Yo!</Item>
<Item>Sup!</Item>
</Random>
</Response>
</Repeat>
</Model>
</Concept>
</Siml>
This error happens when I try to save a siml file with said code, or when I try to load a project with a file with said code.I'm using SYN BOT STUDIO 1.53 BETA.