Support Board
Date/Time: Wed, 05 Nov 2025 19:21:23 +0000
Post From: Study won't exit?
| [2025-04-23 19:59:26] |
| ForgivingComputers.com - Posts: 1154 |
|
You have this: if(sc.Input[0].GetYesNo() == false || sc.LastCallToFunction)
but you don't set sc.Input[0], so it is 0 by default. You need to put this: sc.Input[0].SetYesNo(1);
in the sc.SetDefaults block. |
