Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is there a way to see in an if statement if its a certain number through another number? (Solved)

Asked by 4 years ago
Edited 4 years ago

I want my if statement to be if number == 1 (through) 75 then (code) Is there a symbol, I would put in (through)? Could I somehow use NumberRange to do it?

1
if (Number >= 1 and Number <= 75) then Ziffixture 6913 — 4y
0
Oh, thanks! zandefear4 90 — 4y
0
It worked. zandefear4 90 — 4y

Answer this question