ā2021-04-06
05:47 AM
- last edited on
ā2021-09-14
09:41 AM
by
Noemi Balogh
ā2021-04-06 08:59 AM
IF WIDO_REVEAL_SIDE = 0 then ROTy 180 MULx -1 endIF ... IF WIDO_REVEAL_SIDE = 0 then ...WALL_SKINS_PARAMS[WALL_SKINS_NUMBER][2] ELSE ...WALL_SKINS_PARAMS[1][2] endIF
| AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
| Self-taught, bend it till it breaks | Creating a Thread |
| Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |
ā2021-04-06 09:41 AM
ā2021-04-06 11:53 AM
Barry wrote:That trick wouldn't work, a master script executed before xy script sees the same globals/requests/commands as xy script.
The GDL manual also says that ... global should work in the 3D script.
If it doesn't, the trick (I think) would be to get the wall skin info from the master script and then use the results in the 3D script.
ā2021-04-06 12:16 PM
print WALL_FLIPPEDinto the Master Script of a dummy window / door object (make sure "Interrupt with error messages" is turned on in your Work Environment > Model Rebuild Options).
ā2021-04-06 12:21 PM
ā2021-04-06 12:26 PM