List-Function does not work how it should #270


  • Defect
Open
  • OwnMakesChannel created this issue May 1, 2021

    First Problem:

     

    The list function does not behave how it should.

     

    - '$Script$%PlayerData%listname.addlist=stringtoadd'

     

    It creates a list named "stringtoadd" and inserts the string "stringtoadd" and that's it.

     

    I assume it has to create a list named "listname" and add "stringtoadd". I wanted it to use it, but it is broken. Please fix it.


    Second Problem:

     

     

    The contains and not contains comparator does not work at all. Both of them always return false even if there is the word "beste" in the list.

    - $Script$%if%$PlayerData%stringtoadd%.contains=beste

    - $Script$%if%$PlayerData%stringtoadd%.notcontains=beste

  • OwnMakesChannel added a tag Defect May 1, 2021
  • OwnMakesChannel edited description May 1, 2021
  • ivanfromitaly posted a comment May 4, 2021

    Yeah, mysql isn't really my main focus, and probably in flatfile mode everythign works. Anyway, i've fixed both. The first one was just an "easy" mistake, and the second is the way mysql retrieve data is different from flatfile.

     


To post a comment, please login or register a new account.