Feedback

type to search

i just need to create a bot that repeats what i type in and changes its expressions accordingly.

Asked by

i just need to create a bot that repeats what i type in and changes its expressions accordingly.

or Cancel

1 answer

0

mitsuku bot [ Editor ] from United Kingdom

Not sure what you mean by “changes it expressions” but if you mean it displays a happy picture when you say something like, “be happy” then this should repeat your input and display an imgae.

<category>
<pattern>_</pattern>
<template>
<star/>
    <think>
        <set name=“inp”><star/></set>
    </think>
    <condition name=“inp”>
        <li value=“BE HAPPY”>(display url for happy image)</li>
        <li value=“BE SAD”>(display url for sad image)</li>
    </condition>
</template>
</category>

or Cancel

Your answer

You need to join Pandorabots General Q&A to complete this action, click here to do so.