Search found 6 matches

by razzledazz
Fri Aug 01, 2014 8:26 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Renpy.input () ValueError: invalid literal for int()
Replies: 4
Views: 1914

Re: Renpy.input () ValueError: invalid literal for int()

Wow! Two great solutions! Ah it works perfect now! Thank you very much xela! :D
by razzledazz
Fri Aug 01, 2014 7:57 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Renpy.input () ValueError: invalid literal for int()
Replies: 4
Views: 1914

[SOLVED]Renpy.input () ValueError: invalid literal for int()

Hey guys I noticed something strange with the renpy.input() function. (or just could be a misunderstanding) I am having some issues regarding the if / else statements when the variable is a int So far I was able to use renpy.input() flawlessly with strings "Which animal makes the MEOW sound?&qu...
by razzledazz
Tue Jul 29, 2014 8:04 am
Forum: Ren'Py Questions and Announcements
Topic: RenPy Android SDK Issue! : 'function' object has no attribu
Replies: 1
Views: 684

RenPy Android SDK Issue! : 'function' object has no attribu

Hey everyone. After having a few successful builds on the Desktop versions of my VN game, I decided to try a test android build of it. I install the JDK as required by the Ren'Py installer and install a 32bit version of the latest JDK jdk-8u11-windows-i586 http://download.oracle.com/otn-pub/java/jdk...
by razzledazz
Sun Jul 20, 2014 9:49 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] New User!! / PyLint and Tabnanny
Replies: 5
Views: 871

Re: New User!! / PyLint and Tabnanny

Like I said, I'm a novice. I apologize if it looks unorganized. When I wrote this code a few weeks ago, I believed that the indentation didn't matter as much but now I do... :( The wild indentation spacing you see is probably my attempts to experiment which spaces were required for my code to run . ...
by razzledazz
Sun Jul 20, 2014 9:17 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] New User!! / PyLint and Tabnanny
Replies: 5
Views: 871

Re: New User!! / PyLint and Tabnanny

Here it is, i took some time to generalize my code so my story doesn't get leaked If you could help me out, i would really appreciate it. here it is label example1: d "quotes!!" d "quotes!" d "..." d " quotes!" #begin atl_parallel show logo base: parallel: lin...
by razzledazz
Sun Jul 20, 2014 8:40 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] New User!! / PyLint and Tabnanny
Replies: 5
Views: 871

[SOLVED] New User!! / PyLint and Tabnanny

Hello everyone, I'm am new to the RenPy community. I'm actually a novice to this scripting language so I am slowly learning the concepts of game programming using these software tools. I am currently developing a game using only menu's and if/else statements with user inputs to keep things simple. H...