Search found 3 matches

by drakonrenders
Sat Oct 14, 2017 9:02 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 99492

Re: Dating Sim Engine (DSE) 4.0! Day Planner and Event Manager

When I take out the extra underscore, it throws a similar error, but pointing to a different name: While running game code: File "game/script.rpy", line 45, in script init python: File "game/script.rpy", line 46, in <module> register_stat("Strength", "strength"...
by drakonrenders
Fri Oct 13, 2017 1:08 am
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 99492

Re: Dating Sim Engine (DSE) 4.0! Day Planner and Event Manager

Yep, here is line 9: __dse_stats = [ ]
I'm still new enough at this I don't even know what to show to help figure out where the problem is, I'll be happy to post anything that you think will help
by drakonrenders
Sun Oct 08, 2017 4:15 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 99492

Re: Dating Sim Engine (DSE) 4.0! Day Planner and Event Manager

Ok, I'm having what I assume is a silly easy problem to fix, but I haven't been able to figure out where I've gone wrong (I am an absolute noob to programming, so that's not helping). I've got my8 game up and running to the point that the day planner comes up and lets the user choose their activitie...