ID:266615
 
Is there a way to make it so when you check lets say the gold you can do a between thing like.
if usr.gold is between 100 and 200 it says almost there.
if usr.gold is between 201 and 300 it says almost there.
if usr.gold is 301 and up it says you have enough gold.
if(src.gold >=100 && src.gold<=200)

there you go bud that should work :)