18.05.2014, 22:22
Hello, I've had a very small scripting problem, I've totally derped on scripting skills, and I can't figure this out.
What I want it to do is so the person must type a number from 1-299
This is what I have, can anyone fix this problem and tell me what I did wrong.
So pretty much, I have to type '>299 ' & '<0', any way I could change that so I must type a number between 1 and 299?
What I want it to do is so the person must type a number from 1-299
This is what I have, can anyone fix this problem and tell me what I did wrong.
Quote:
if((strcmp(">299 ", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("<0"))) |