Well, you can create your first box at random position like this: mybox = box length:5 width:5 height:5 pos:[(random 0 25), (random 0 25), (random 0 …
Even… for i = 100 to 1 by -5 while i != 50 where (mod i 2 == 0) do print i
for ( variable initialization; condition; variable update ) { Code to execute while the condition is true } If you Really need that kind of form in…
Ah, sorry, I made a very silly mistake when testing. Noticed that it works fine with a full path, but doesn’t when it starts with $. Added \ and it wo…
If the problem is that you can’t have a filename without path starting with $, what about you just add \ in front of the filename if you detect that i…
JokerMartini: What i need to do is return an array that does the first and last frame, then gets the middle frame for each part until all frames are…
Not as tidy, but this one’s a slightly faster function (1-50000 range took 200ms instead of 9000ms and 17705ms). And it only requires start and end ra…
When you have a “for o in $omni*” loop, what it does is put a different single omni light into the o variable for each time the cycle runs. It cycles …
Sorry for the thread necromancy, but maybe it’ll be of use for someone still searching as I was. The upnode control switch is not documented in maxsc…