#placeholder recognition

1 messages · Page 1 of 1 (latest)

twin wind
#

I'm probably doing something wrong, but I don't understand the problem. Could someone help?
What I would like to achieve is that if at least one of the 10 possibilities matches, then don't allow the command to be executed, but if none of them match, then allow it.

final swan
#

add optional: true to each requirement

#

ex:

        effekt9:
          type: string contains
          input: '%playerparticles_particle_style_9%'
          output: 'nyil'
          optional: true
twin wind
#

Thy ❤️