tryleft
usr.left = input("How much left do you want to move?") as num
if(length(usr.left)>10)
usr << "Too much"
goto tryleft
this code should ask you how much left you want to move and if its over 10 then it should say too far and let you input again, BUT i can put stuff like 500 and it accepts it
any help?
(and i'm sry to ask so many questions lately)
|
||||||||||||||||||||