hind fathallah <hind_fathallah at yahoo.com> Wrote in message: > > > while rm != stars:     print\     """     0 - Northe     1 - South     2 - East     3 - Weast     """     rm = raw_input("What room you want to go?: ") Why are you looping till he gets to the weast room? Why not loop till stars reaches 3? -- DaveA