Search found 4 matches

by jaco6222
Sun Mar 04, 2018 6:52 pm
Forum: We are a Free Project looking for Partners
Topic: NaNoReno 2018 General Recruitment Thread
Replies: 69
Views: 17905

Re: NaNoReno 2018 General Recruitment Thread

[Dead] Hi community. I am making a romance visual novel for NaNoReno. This is my first project aside from a small project I dropped back in 2016 with my ragtag team. The game has a basic plot outline but nothing has actually been officially written yet. I am coding and plotting the game and I can al...
by jaco6222
Wed Dec 28, 2016 6:19 am
Forum: Ren'Py Questions and Announcements
Topic: Menu choices problem (expected menuitem) [SOLVED]
Replies: 1
Views: 377

Menu choices problem (expected menuitem) [SOLVED]

This is my first project and I am definitely new to this so thanks in advance for the help I get the error message of Expected menuitem when using this code # Show character show char_2 happy at right with moveinleft "???" "Excuse me, are you lost?" # Show character show char_1 h...
by jaco6222
Thu Dec 15, 2016 7:45 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Moveout not working properly
Replies: 2
Views: 1020

[SOLVED] Moveout not working properly

Thanks for the assistance.
I am relatively new to this forum and still don't understand lots :3
by jaco6222
Tue Nov 22, 2016 5:23 am
Forum: Ren'Py Questions and Announcements
Topic: Moveout not working at all? [SOLVED]
Replies: 1
Views: 413

Moveout not working at all? [SOLVED]

As simple as it sounds my moveout codes (ALL of them) aren't working at all and I have absolutely no idea why, because my movein code all works perfectly fine. # Define various variables define m = Character("Misaka") # The game starts here label start: # Set the scene scene background_1 s...