Search found 3 matches

by Sol666
Mon Dec 02, 2019 7:13 pm
Forum: I am an Artist
Topic: New Artist
Replies: 2
Views: 968

Re: New Artist

Love the artwork!
I only wished you had a little bit more to show us right now.
by Sol666
Tue Aug 29, 2017 2:11 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED!] How can I force a return to main menu?
Replies: 2
Views: 5677

Re: [SOLVED!] How can I force a return to main menu?

@ Divona

Thank you very much! :D

Works like a charm!
by Sol666
Tue Aug 29, 2017 8:24 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED!] How can I force a return to main menu?
Replies: 2
Views: 5677

[SOLVED!] How can I force a return to main menu?

I can't seem to figure out how to make the game end and let it return to the main menu. I know that it can normally be done in two ways: - using the 'return' command - letting the script come to an end I'm using a subroutine (by means of the 'call' command) I created on a regular basis that keeps tr...