Login Page - Create Account

Support Board


Date/Time: Fri, 05 Sep 2025 18:59:28 +0000



Post From: place orders once

[2015-11-20 04:15:26]
User799916 - Posts: 3
i am trying to place orders once using bool as a checksum but its not working

bool OT=sc.PersistVars->f1;
OT=true;

if(OT) {
  OT=false;
} else {
  OT=false;
}

OT is always set to true

what am i doing wrong?