can someone tell me why this if statement fails

stanf

Новичок
Регистрация
26.06.2025
Сообщения
22
Благодарностей
1
Баллы
3
when using the profile creator Mael gender is identified as True and female is False.
ive tried False == False
False != True
False == False && False !True
 

Вложения

telim

Новичок
Регистрация
29.08.2025
Сообщения
2
Благодарностей
0
Баллы
1
when using the profile creator Mael gender is identified as True and female is False.
ive tried False == False
False != True
False == False && False !True
I am a new user of zenoposter and started learning it seriously two weeks ago. I found this issues below
1. The placement of your if logic is wrong
2. you are comparing string and both variables need to be enclosed with quotes '{-Profile.Sex-}' == 'False'.

Below is your script with the if logic modified. It should work fine now.
 

Вложения

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)