Search found 4 matches

by XcaaaL
Mon Aug 25, 2014 11:44 pm
Forum: Ren'Py Questions and Announcements
Topic: More help :(
Replies: 2
Views: 525

Re: More help :(

I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/script.rpy", line 75: ATL statement contains two expressions in a row; is one of them a misspelled property? If not, separate them with pass. Unknown "Yeah...I guess....
by XcaaaL
Mon Aug 25, 2014 11:31 pm
Forum: Ren'Py Questions and Announcements
Topic: More help :(
Replies: 2
Views: 525

More help :(

I wanted to use this code scene bg washington: size (800, 600) crop (0, 150, 400, 300) linear 2.0 crop (0, 0, 800, 600) pause 2.0 But I'm getting the expected statement error. Help? I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "...
by XcaaaL
Mon Aug 25, 2014 10:20 pm
Forum: Ren'Py Questions and Announcements
Topic: Help with Images
Replies: 2
Views: 417

Re: Help with Images

meiri wrote:Lets say you have a character image in a folder named "sprites" here's what you'd do:

Code: Select all

image character = "sprites/character.png"
You can have more subfolders too:

Code: Select all

image bg city street d = "backgrounds/city/street/d.jpg"
Thank you! :D
by XcaaaL
Mon Aug 25, 2014 9:05 pm
Forum: Ren'Py Questions and Announcements
Topic: Help with Images
Replies: 2
Views: 417

Help with Images

I am a total noob at this but I was wondering if there was a way to insert images that are in a different folder to the game folder in Ren'Py?