Search found 4 matches

by mizzuk
Sun Mar 04, 2018 9:27 pm
Forum: Ren'Py Questions and Announcements
Topic: Help with Keymaps
Replies: 1
Views: 280

Help with Keymaps

I've been trying to implement a feature for a little while now, and I've been struggling with it. Basically, I want to create a menu with the press of a key. Say, the 'X' key. So, if you DON'T press the X key on a specific line of dialogue, the scene continues on as normal. If you DO press the X key...
by mizzuk
Sun Dec 17, 2017 3:14 pm
Forum: Ren'Py Questions and Announcements
Topic: Help with sound effects
Replies: 4
Views: 600

Re: Help with sound effects

Ah, it finally worked! Thank you so much! :)
by mizzuk
Sat Dec 16, 2017 11:44 pm
Forum: Ren'Py Questions and Announcements
Topic: Help with sound effects
Replies: 4
Views: 600

Re: Help with sound effects

Hm... got another error. File "game/screens.rpy", line 33: expected 'simple_expression' not found. activate_sound = "select.wav" ^ I copied this error from the 'screens' script, but I also got the same error in the 'options' script, and the 'gui' script, which I tried just to be ...
by mizzuk
Fri Dec 15, 2017 11:46 pm
Forum: Ren'Py Questions and Announcements
Topic: Help with sound effects
Replies: 4
Views: 600

Help with sound effects

For the past few days, I've been trying to no avail to get sound effects to play when I select the buttons on the menu, and have gotten nothing but errors. My latest attempt was met with yet another error: File "game/options.rpy", line 68: end of line expected. style button.activate_sound ...