#not contains Error
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
how to make condition if some list variable dont contains something? So when I do this: if {ep_players::*} contains player: , it is working, But when I do this: if {ep_players::*} not contains player: , it is dont work. How to make it please?
I store player names in {ep_players::*}
okay thank you
prefixing a condition with not is python