Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Emmanuel S
on
I try to check if flag is true but nothing happen

use this

if (flag.Status == true)

----
Edit
Sorry is it that (c1 == true) to check?
var c1 = item.Theme.ConditionFlags.CheckState("C1");

if (c1 == true)
....

Test but no OK