the problem i have to make my cat ask me a password like( what is your password) . The right password should contain 8 letters .If your password is too short u gonna get notification from your cat like ( your password is not long enough ) how do i do that helpp meee xx ly people
Offline
Okay, here is my idea how:
when gf clicked repeat until < (length of (answer)) > [8] > ask [What is your password?] and wait if < (length of (answer)) < [8] > say [Sorry, your password is to short.] for (2) secs say [please try again...] for (2) secs else broadcast [log in v] end endOf course, you would have to have a script that when it receives "log in", examines the password and makes sure it's legit, but that shouldn't be to hard.
Last edited by CAA14 (2013-02-26 14:10:42)
Offline
i am glad i could help.
Umm.... I could figure it out, but i think i will give you the challenge with these hints:
- The password needs to be saved in a variable or a list.
- Use the answer condition to test against a standing password.
Try your best, and if you still can't get it, i will see what i can do.
But, i am pretty sure you'll do just fine.
Regards,
CAA14
Offline