Search found 24 matches

by Gushi
Fri Dec 04, 2020 3:05 pm
Forum: Ren'Py Questions and Announcements
Topic: Renpy is saying something isn't defined when it clearly is. [SOLVED]
Replies: 7
Views: 849

Re: Renpy is saying something isn't defined when it clearly is.

Oh right! My bad, I was pretty tired when I read that so it didn't process at first lol :lol:
everything is working great, thanks guys.
by Gushi
Thu Dec 03, 2020 8:50 pm
Forum: Ren'Py Questions and Announcements
Topic: Renpy is saying something isn't defined when it clearly is. [SOLVED]
Replies: 7
Views: 849

Re: Renpy is saying something isn't defined when it clearly is.

I understand that...would I use something like default or define instead when declaring the variable of current_conversation? What are you trying to imply?
by Gushi
Thu Dec 03, 2020 6:14 pm
Forum: Ren'Py Questions and Announcements
Topic: Renpy is saying something isn't defined when it clearly is. [SOLVED]
Replies: 7
Views: 849

Re: Renpy is saying something isn't defined when it clearly is.

Alright, I tried that out and ended up getting this error in response. File "game/script.rpy", line 23: expected statement. current_conversation.Add_Message("PetalMail", "PetalMail.Staff@PetalMail.com", "Hello there and welcome to PetalMail!") There are more e...
by Gushi
Thu Dec 03, 2020 2:48 pm
Forum: Ren'Py Questions and Announcements
Topic: Renpy is saying something isn't defined when it clearly is. [SOLVED]
Replies: 7
Views: 849

Renpy is saying something isn't defined when it clearly is. [SOLVED]

Hey, I'm working on a messaging system for a Renpy game and all seemed to be going fine until I got this error saying that the function I'm trying to call "Add_Message" isn't defined even though I clearly defined it in another script using the Init Python function. Here is the code in the ...
by Gushi
Tue Feb 25, 2020 3:55 pm
Forum: Ren'Py Questions and Announcements
Topic: Having an issue with text message code
Replies: 3
Views: 366

Re: Having an issue with text message code

I have attempted that and it's giving me this traceback I'm sorry, but an uncaught exception occurred. After initialization, but before game start. File "renpy/common/00start.rpy", line 82, in _init_language renpy.change_language(language) File "game/phone.rpy", line 50, in <modu...
by Gushi
Tue Feb 25, 2020 1:38 pm
Forum: Ren'Py Questions and Announcements
Topic: Having an issue with text message code
Replies: 3
Views: 366

Having an issue with text message code

I'm using Littanana's Text message code and I'm trying to make the color of the bubble change depending on who's talking by using a tag to replace the color string, this is my code up to where the error seems to be occurring. init: image phone = "images/Other_artwork/Phone_stuff/Phone.png"...
by Gushi
Wed Sep 26, 2018 8:22 am
Forum: Ren'Py Questions and Announcements
Topic: Real-Time events with Renpy
Replies: 3
Views: 1035

Re: Real-Time events with Renpy

I already know how to do that, what I'm asking is how would I be able to make something available during a certain time and end after a certain amount of time.
by Gushi
Tue Sep 25, 2018 8:59 pm
Forum: Ren'Py Questions and Announcements
Topic: Hotspots and/or Image maps
Replies: 1
Views: 418

Re: Hotspots and/or Image maps

You didn't put your quotation marks In the right place and didn't tell the hotspot to jump to the place you wanted it to. screen kitchen: imagemap: ground "kitchen_ground" hover "kitchen_hover" hotspot (219, 75, 143, 96) action Jump ('map') ## It should look like this I personall...
by Gushi
Tue Sep 25, 2018 8:40 pm
Forum: Ren'Py Questions and Announcements
Topic: Real-Time events with Renpy
Replies: 3
Views: 1035

Real-Time events with Renpy

So I was wondering if there is any way to implement a feature where the game tracks the computers time in real life and a certain event will happen in game during a certain amount of time, I'm not sure how I could describe it other than: After 30 minutes pass something will happen, this event lasts ...
by Gushi
Sun May 20, 2018 11:30 am
Forum: Ren'Py Questions and Announcements
Topic: Expected Statement Error [SOLVED]
Replies: 3
Views: 463

Re: Expected Statement Error

Ah its fixed, thank you.
by Gushi
Sun May 20, 2018 11:04 am
Forum: Ren'Py Questions and Announcements
Topic: Expected Statement Error [SOLVED]
Replies: 3
Views: 463

Expected Statement Error [SOLVED]

So I'm doing a Rock, Paper, Scissors like game and I keep getting this error I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/True_end.rpy", line 479: expected statement. elif result == "scissors": ^ this is the...
by Gushi
Tue May 01, 2018 6:24 pm
Forum: Ren'Py Questions and Announcements
Topic: Simon sounds minigame/memory minigame help?
Replies: 6
Views: 1096

Re: Simon sounds minigame/memory minigame help?

oh okay sorry I thought the code was usable, yeah I suppose I'll wait for the creator to update it, thank you though.
by Gushi
Tue May 01, 2018 4:08 pm
Forum: Ren'Py Questions and Announcements
Topic: Simon sounds minigame/memory minigame help?
Replies: 6
Views: 1096

Re: Simon sounds minigame/memory minigame help?

So I put that bit of code in, and I got this: I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/script.rpy", line 73: expected statement. for loop to create sequence here: ^ File "game/script.rpy", line 78: expec...
by Gushi
Tue May 01, 2018 10:47 am
Forum: Ren'Py Questions and Announcements
Topic: Simon sounds minigame/memory minigame help?
Replies: 6
Views: 1096

Simon sounds minigame/memory minigame help?

So I wanted to use this memory/repeat the pattern minigame https://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=40295 and copy pasted this entire code into a completely blank game file exactly like this: screen displaysequence: grid 2 2: xalign 0.5 yalign 0.5 spacing 5 if sequence[nowpush]==0:...
by Gushi
Thu Apr 12, 2018 6:08 pm
Forum: Works in Progress
Topic: Project 4th Wall [Sci-fi] [Puzzle]
Replies: 1
Views: 896

Project 4th Wall [Sci-fi] [Puzzle]

Hello everyone, I am Gushi! I am somewhat of a newbie to renpy and have always enjoyed visual novels so when I saw Renpy I wanted to make a visual novel of my own, this is a game I've been working on for a while and it's called Project 4th Wall. The demo has already been released on itch and Gamejol...