Search found 4 matches

by WaluigiBestGirl
Tue Oct 30, 2018 4:58 am
Forum: Ren'Py Questions and Announcements
Topic: Help with fake movement in ren'py
Replies: 0
Views: 283

Help with fake movement in ren'py

Hello, I am trying to make a dating sim. Right now I'm trying to make it so you can move around a house but its buggy! Everytime you enter a room I made it so it will show the background but as soon as it jumps back to the label place_select it hides everything! label place_select: show bg guestroom...
by WaluigiBestGirl
Mon Oct 29, 2018 7:45 pm
Forum: General Discussion
Topic: 2 quick questions.
Replies: 1
Views: 479

2 quick questions.

Hi there, I'm just gonna ask real quickly 2 questions. 1. I'm making a dating sim and I am wondering how I can do something like this (not real code but an idea of what I'm wanting) if livingroom & notmetcharacter == True: How could I do something like this? 2.Why is there no menu buttons when I...
by WaluigiBestGirl
Mon Oct 29, 2018 6:52 pm
Forum: Ren'Py Questions and Announcements
Topic: The "if" command not working
Replies: 2
Views: 420

Re: The "if" command not working

Actually it was because I had 2 :s (even though it doesn't show it)
by WaluigiBestGirl
Mon Oct 29, 2018 3:45 pm
Forum: Ren'Py Questions and Announcements
Topic: The "if" command not working
Replies: 2
Views: 420

The "if" command not working

So, I'm trying to make a game and the "if command isn't working properly. here's the code menu: p "Where should I go?" "Hallway." if guestroom: p "Im in the hallway" "To bed" jump dinner When ever I try to play my game it comes with a error message, how c...