Reply to Re: Problem with random() command
If you don't have an account, just leave the password field blank.
What you are doing right now is randomizing his speech once you enter the screen. Put int &myrand = random(5, 1); near the top of the talk void's contents rather than in void main(), and his text should randomize every time you talk to him.






