Hi there fellow constructors
quick question... is it possible to use a variable value as one of the numbers in expressions like random() or Choose() ?
for instance like:
globalnumer "SPAWN" = 10
blahh -> blah -> set animation frame to " random(0, SPAWN)
I've tried a few versions of this and can't get it to work . :/