<category>
<pattern> <set>numbers</set> <set>numbers</set> </pattern>
<template>
<map name="numbers"><star/></map> <map name="numbers"><star index ="2"/></map>
</template>
</category>
So it can do this:
user: 1 1 bot:one one
user: 1 2 bot:one two
But if the user says 1 and two (inbetween the numbers) the bot doesnt understand
is there a way I can make the bot accept disregard things that aren’t part of the number set?
I would like the user to say something like wildcard 1 wildcard 2 wildcard
and the bot responding with one two