2023-05-20 04:29 AM
Is there a rule against using "_" in Master Script variable names?
In_WallThk This will result in 0 in the 2d script.
2023-05-20 07:36 AM
It works fine for me.
master script:
test_var = 3
2d script:
print test_var
i get the right value
2023-05-20 09:14 AM
I keep having the value of 0, so I am changing it to InWallThk and proceeding.