Quote:
Originally Posted by konidias
Yeah also I noticed you did "= >100" not sure exactly what you were going for, but that arrangement isn't going to work either. They don't really show this in commands.rtf but it goes like:
A == B would be A is equal to B
A > B would be A is greater than B
A < B would be A is less than B
A >= B would be A is greater than or equal to B
A <= B would be A is less than or equal to B
You can't do it this way =< or =>
|
I've done => and I think it worked
