Login Page - Create Account

Support Board


Date/Time: Wed, 30 Apr 2025 11:11:01 +0000



Post From: Study won't exit?

[2025-04-21 14:22:57]
LTSys2 - Posts: 25
If it is false shouldn't the study become disabled and stop?

I even added "sc.LastCallToFunction = 1;" into the if statement and it keeps running?

I forgot to mention... that input is for the study enabled/disabled setting.



if(sc.Input[0].GetYesNo() == false || sc.LastCallToFunction) {

sc.AddMessageToLog("INFO disconnected", 0);

sc.LastCallToFunction = 1;

return;

}

Date Time Of Last Edit: 2025-04-21 14:26:14