Support Board
Date/Time: Tue, 13 May 2025 22:52:06 +0000
Post From: [ACSIL] - Hide custom study input params before distributing
[2024-09-06 20:07:33] |
ForgivingComputers.com - Posts: 1058 |
Or Keep the inputs, but comment out the name: //sc.Input[0].Name = "hidden input";
sc.Input[0].SetInt(10); |