Search found 11 matches

by Qchosis
Thu Jul 27, 2023 10:28 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Can't make (stationary) draggable object jump when clicked?
Replies: 2
Views: 186

[Solved] Can't make (stationary) draggable object jump when clicked?

Hello! The inventory system I was working on was frustrating me, so I put that down and decided to work on another part of my game. I want the player to click on their desk( which I'm guessing I have to make an image button.) That takes them to a screen where there's lots of papers and letters. They...
by Qchosis
Tue Jul 25, 2023 3:50 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]"TypeError: unsupported operand type(s) for /: 'Revertablelist' and 'Revertabledic'"???
Replies: 2
Views: 270

[Solved]"TypeError: unsupported operand type(s) for /: 'Revertablelist' and 'Revertabledic'"???

Hello! I'm trying to make an inventory system in ren'py. Where the player is introduced to a drag-and-drop portion, where they find the letter under some papers- collect the love letter, and gives it to another character in the novel. I know that's a lot of steps that can't be covered in one thread....
by Qchosis
Fri Jul 21, 2023 3:45 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Can't figure out Kinetic Text. Got it to work in the past, but can't now.
Replies: 0
Views: 4437

[Solved] Can't figure out Kinetic Text. Got it to work in the past, but can't now.

Hello!!! Could anyone help me by any chance? Apparently, I knew things in the past I can't seem to remember now, ahaha. Right now, I'm trying to get the Kinetic Text Tags to work, I have projects where I coded it in before, and they still work. So I know it's definitely an error on my part! But tryi...
by Qchosis
Sat Mar 04, 2023 12:21 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] First Person Blinking Animation half working? Unsure what I did wrong.
Replies: 10
Views: 735

Re: First Person Blinking Animation half working? Unsure what I did wrong.

All of it's working like a dream! THANK YOU, THANK YOU all so much!!! I super appreciate it! C:!!
by Qchosis
Fri Mar 03, 2023 8:53 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] First Person Blinking Animation half working? Unsure what I did wrong.
Replies: 10
Views: 735

Re: First Person Blinking Animation half working? Unsure what I did wrong.

Ooooh, Okay. Thank you, Ocelot! Also, I read the page that m_from_space sent me, and I got the background working!!! The blink happens, and the correct background is behind it. I'm so excited. I'm halfway done figuring this out. So now I have returned because I can't figure out which . . commands to...
by Qchosis
Thu Mar 02, 2023 11:09 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] First Person Blinking Animation half working? Unsure what I did wrong.
Replies: 10
Views: 735

Re: First Person Blinking Animation half working? Unsure what I did wrong.

For Ocelot: I display images by defining them above the "label start:" like this define image_1 = "images/PLACEHOLDER.png" define eye_half = "images/eye_half_open.png" define eye_open = "images/eye_open.png" define eye_closed = "images/eye_closed.png"...
by Qchosis
Thu Mar 02, 2023 11:04 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] First Person Blinking Animation half working? Unsure what I did wrong.
Replies: 10
Views: 735

Re: First Person Blinking Animation half working? Unsure what I did wrong.

I don't know how to directly @ someone, so I'm just going to do one message at a time! For rayminator: Thank you so much for your response!!! I'll check this out!!!
by Qchosis
Thu Mar 02, 2023 7:00 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] First Person Blinking Animation half working? Unsure what I did wrong.
Replies: 10
Views: 735

[SOLVED] First Person Blinking Animation half working? Unsure what I did wrong.

Hello, this is my first post. I'm a bit anxious. But I'm very stuck. Could anyone please help me? I'm trying to have: The game starts up with a black screen, the main character is spoken to, and they blink and open their eyes. Revealing the background/sprites and the game pretty much. I managed to c...