Hey, I don't have a membership to any Python forums or ... know of any. So I am going to ask the community. I now I was never a master at scratch, but I wanted to move on so I am beggining to. Well, now I need help with a script I am writing for a python text based game and I need your help to tell me why it doesn't work. So here it goes. Well the part that doesn't seem to work is this.
CurntText = raw_input()
if CurntText or raw_input == ("Story"(Story))
Can you explain why it doesn't work? I tried making it jus print what the variable Story is but it said print was wrong so I deleted it, but now it says it's wrong but doesn't show where, I am at a complete stop. Please help and If you need the rest of the script ask. Oh and if this part of the script is completely wrong could you, mabye, possible, write me a new one or tell me what I am supposed to do? Oh oops I forgot one thing. This part of the script is suppost to set a variable, CurntText to equal what ever raw_input is so then if CurntText or raw_input equals Story then it means to print the variable Story. Well that would be very helpful thanks!
Miggle101 (TheGamersHaven)
Offline