Search found 24 matches

by animagic4u
Tue Jun 23, 2009 9:35 pm
Forum: Creator Discussion
Topic: If statements
Replies: 2
Views: 497

If statements

In my game, I'm using a random variable to decide 1 of 7 events set to run on a certain day. I'm trying to figure out how to set it up so an event cannot run twice. here's what my code looks like so far: label leyna_choice: $ leynachoice = renpy.random.choice(['levent1', 'levent2', 'levent3', 'leven...
by animagic4u
Mon Jun 22, 2009 10:40 pm
Forum: Creator Discussion
Topic: DSE Showing Stats
Replies: 0
Views: 465

DSE Showing Stats

A quick question, how do you reveal the stats to the user during the day planner?

I've tried different approaches and it won't show for some reason.
by animagic4u
Sat Jun 20, 2009 11:29 pm
Forum: Creator Discussion
Topic: Attribute Error
Replies: 1
Views: 537

Attribute Error

I've been getting this error in my traceback:

Code: Select all

AttributeError: 'NoneType' object has no attribute 'set_transition'
I don't know what this means or how to fix it.
Anyone know?
by animagic4u
Sat Mar 21, 2009 9:03 pm
Forum: Creator Discussion
Topic: Dating Sim Framework
Replies: 1
Views: 492

Dating Sim Framework

I'm making a game where there's an opening part narrated by a different character until another character is introduced. At this point, this new character becomes the narrator and has a limited amount of time to achieve certain goals. Is it possible to use the dating sim framework only after a certa...
by animagic4u
Thu Mar 19, 2009 9:59 pm
Forum: Creator Discussion
Topic: Distribution Error
Replies: 10
Views: 1456

Re: Distribution Error

Problem fixed!~
If anyone ends up with this problem,
check the times on the files used in the game.

Mine's said "created" today but "modified" in the past...
quick fix. ;D
by animagic4u
Thu Mar 19, 2009 11:53 am
Forum: Creator Discussion
Topic: Distribution Error
Replies: 10
Views: 1456

Re: Distribution Error

I tried re-creating the project, and still no change. :(
by animagic4u
Wed Mar 18, 2009 4:13 pm
Forum: Creator Discussion
Topic: Distribution Error
Replies: 10
Views: 1456

Re: Distribution Error

DaFool wrote:Like for example you created a file on an old machine with a broken clock, then copied it over to your current folder.
Alright. Well I've been using the same computer for the length of the project...and I haven't changed any of the settings.
by animagic4u
Wed Mar 18, 2009 3:49 pm
Forum: Creator Discussion
Topic: Distribution Error
Replies: 10
Views: 1456

Re: Distribution Error

PyTom wrote:Hm... That error can only occur if one of the files on your system has an illegal time.
illegal time?
by animagic4u
Wed Mar 18, 2009 3:40 pm
Forum: Creator Discussion
Topic: Distribution Error
Replies: 10
Views: 1456

Distribution Error

This traceback appears shortly after the start of distribution: I'm sorry, but an exception occured while executing your Ren'Py script. ValueError: While running game code: - script at line 136 of renpy-6.9.0/launcher/distribute.rpy - python at line 335 of renpy-6.9.0/launcher/distribute.rpy. How do...