I suspected so. Do you know of a good tutorial on structs?
It’s not a competition for who has the most lines of code, and yes I’m asking something fairly basic about structuring. I would appreciate you answeri…
No I need to run the whole thing from 1 single button. If I dump it all in either button code or another function the functions that WERE in global sp…
Hrm… I changed the value to 10’000 to get the window to freeze during operation and it didn’t work then. Is there a way to break it once the window go…
Haha, spoken like a true scripter. Tested in another file and it works nicely. Thanks. Tested with this: if keyboard.escPressed then exit else (A…
Ok so I finally got it working by putting all the function declarations within the rollout brackets (of the initial UI). What makes no sense now is t…
spacefrog: I think this is the classic use case for the at time context ? Yes shortly after I posted this I realized that was the issue. I cha…