Search found 36 matches

by valeatory
Mon Apr 23, 2007 7:01 pm
Forum: Ren'Py Questions and Announcements
Topic: Variable menu choices, a tell points code, and changed names
Replies: 10
Views: 2453

Alright, that does make it easier. I was going to also see if some of them would respond to: if place == travtown, because I wanted all of the towns to sell different items while still not requiring me to rewrite the store code from scratch every time. Haven't tried it quite yet, though. :D
by valeatory
Mon Apr 23, 2007 5:17 pm
Forum: Ren'Py Questions and Announcements
Topic: Variable menu choices, a tell points code, and changed names
Replies: 10
Views: 2453

It worked! Thanks for helping me, PyTom and Monele, This will make it work so much better!
by valeatory
Mon Apr 23, 2007 5:08 pm
Forum: Ren'Py Questions and Announcements
Topic: Variable menu choices, a tell points code, and changed names
Replies: 10
Views: 2453

Sorry, I just read the questions sticky. :oops: Should have done that earlier. I ran it again, and the problem line changed. SyntaxError: invalid syntax (line 1) While executing game script on line 332 of C:\Games\renpy-6.1.0\Val's Adventure/game/script.rpy. -- Full Traceback -----------------------...
by valeatory
Mon Apr 23, 2007 4:48 pm
Forum: Ren'Py Questions and Announcements
Topic: Variable menu choices, a tell points code, and changed names
Replies: 10
Views: 2453

Okay, I fixed bob, but when I try to look at the menu option, it crashes, telling me that the line where my menu starts is a problem, even though I'm fairly sure everything is all right. Is it another mindless mistake?
by valeatory
Mon Apr 23, 2007 4:42 pm
Forum: Ren'Py Questions and Announcements
Topic: Variable menu choices, a tell points code, and changed names
Replies: 10
Views: 2453

I put it in, and it says that bob_name is not defined. (And because of the way my game is wrietten, I can't get past it to check the other things!) Wait, nevermind. I was loading a save that hadn't hit the definition yet, so when I moved the definition to where it could see it, it was fine. Still ch...
by valeatory
Mon Apr 23, 2007 4:14 pm
Forum: Ren'Py Questions and Announcements
Topic: Variable menu choices, a tell points code, and changed names
Replies: 10
Views: 2453

Variable menu choices, a tell points code, and changed names

Hello, this is my first post here, and I have been having a few problems with my Ren'py game. I am not an experienced programmer, so I was hoping someone here could help me with my numerous problems. For one thing, I wanted another menu option to appear, depending on a variable, but it gives me erro...