• Resolved sinocaweb

    (@sinocaweb)


    I would like to have the possibility that the text entered is the same as a list of names
    that is, instead of IF I would like an OR

    EXAMPLE (this doesn’t work):
    show [nameanimals] if [your-name] equals “[dog] [cat] [bird]

    EXAMPLE 2 (this doesn’t work):
    show [nameanimals] if [your-name] equals “dog, cat, bird

    EXAMPLE 3 (this doesn’t work):
    show [nameanimals] if [your-name] equals “dog”
    OR if [your-name] equals “cat”
    OR if [your-name] equals “bird”

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    do it like ke this

    show [nameanimals] if [your-name] equals "dog"
    show [nameanimals] if [your-name] equals "cat"
    show [nameanimals] if [your-name] equals "bird"
    Thread Starter sinocaweb

    (@sinocaweb)

    I’m stupid, I wanted to complicate my life -_-‘

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘list name text’ is closed to new replies.