We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2015-10-15 11:10 PM - last edited on 2023-05-24 11:40 AM by Rubia Torres
2015-10-16 03:20 AM
if GLOB_CONTEXT <> 5 then Boolean_parameter = 1 Parameters Boolean_parameter = Boolean_parameter endifThat way as soon as to close the object settings the lock parameter should get turned on again.
2015-10-16 03:42 AM
2015-10-16 01:37 PM
2015-10-17 02:37 AM
2015-10-18 09:56 PM
2015-10-18 10:53 PM
Bruce wrote:If you use PARAMETERS command in master script it works as parameters script. It's not written, but I'm quite sure it's so.
Turns out it only affects the parameter script (as you mentioned). If I move the GLOB query into the Master Script, it should still work.
Cheers!
2015-10-19 12:56 AM
2015-10-19 06:42 AM
Bruce wrote:It's not simple.....
In the master script I put:
IF GLOB_CONTEXT <> 5 THEN Boolean_parameter = 1
In the parameter script I put:
PARAMETERS Boolean_parameter = Boolean_parameter
Seems to work just fine. Haven't tested it in v19 yet.
2015-10-19 08:47 AM