Search found 5 matches

by OldFootnote
Tue May 15, 2018 1:07 am
Forum: We are offering Paid Work
Topic: [Found]Artist(s) Needed for Simpsons Adult Game Demo
Replies: 2
Views: 892

[Found]Artist(s) Needed for Simpsons Adult Game Demo

Yup! Hello, I'm working on a demo of an adult game featuring Simpsons characters (mostly Marge), and I need a few assets for it (sprites, background, etc). Since I'm not much of an artist, I'd like to commission one (or two) artists to create them. Before I get to what I need exactly, here's a short...
by OldFootnote
Fri Apr 20, 2018 6:26 pm
Forum: Ren'Py Questions and Announcements
Topic: showing numerical variables with commas
Replies: 2
Views: 344

Re: showing numerical variables with commas

Thanks! It works like a charm.

Does this also work when you want to show the variable in the script?

for example:

Code: Select all

label moneycheck:

	mc "I have [gold] left."
	
Edit: Nevermind, I figured it out. Thanks again for the help!
by OldFootnote
Fri Apr 20, 2018 6:09 pm
Forum: Ren'Py Questions and Announcements
Topic: showing numerical variables with commas
Replies: 2
Views: 344

showing numerical variables with commas

Hi everybody! I have a really simple question that I can't find the answer to. I have this money system in my game, and I show the player how much money they have with a variable and simple text in a screen: default gold = 10000 screen money: frame: xpadding 5 ypadding 5 xalign 0.86 yalign 0.05 hbox...
by OldFootnote
Mon Apr 16, 2018 4:14 am
Forum: Ren'Py Questions and Announcements
Topic: getattr(): Attribute name must be string
Replies: 3
Views: 1271

Re: getattr(): Attribute name must be string

Thank You!

It worked like a charm.

Looks like it was something simple, after all.

Seriously, I can't thank you enough. This error bugged me for an hour before I finally decided to ask for help here.
by OldFootnote
Mon Apr 16, 2018 2:21 am
Forum: Ren'Py Questions and Announcements
Topic: getattr(): Attribute name must be string
Replies: 3
Views: 1271

getattr(): Attribute name must be string

Hi everybody! I'm a big Ren'py newbie, and I have a problem that I can't pin down and I was hoping to get a little guidance. Here's the traceback: I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 253, in script "What would you like t...