It pains me to ask such a nooby question, but...
When you do case/of statements, is it possible to do
SCAR Code:case Random(5) of
0: blah;
1-4:blah;
5:asdasd;
end;
will the 1-4 thing work? If not how would I do that.
Don't tell me "Just do 1, 2, 3, 4, 5" because in the script i need to do something like 45-100.




Reply With Quote




