Lemma Soft Forums

Supporting creators of visual novels and story-based games since 2003.


Visit our new games list, blog aggregator, IRC, and wiki.
Activation problem? Email [email protected]
It is currently Sun May 19, 2013 9:34 pm

All times are UTC - 5 hours [ DST ]


Forum rules


Ask questions about one topic per thread, and use a descriptive subject. "NotImplemented error in script.rpy" is a good subject, "Tom's problems" is not. Remember to include all of traceback.txt or error.txt when reporting a problem, as well as the relevant lines of script. Use the [code] tag to format scripts.



Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: Thu May 24, 2012 3:36 pm 
Newbie

Joined: Thu May 24, 2012 3:28 pm
Posts: 3
Okay, I'm having some issues with my scripting when I'm trying to make a choice path.

http://gyazo.com/d4fd45f8957506a06cfacbad6cb1443d

Here is the original script.

http://gyazo.com/ff9fe61c05b3b31a5f1871ef015da8c1

Please help me ;w; I don't know what I'm doing wrong.


Top
 Profile Send private message  
 
PostPosted: Thu May 24, 2012 3:57 pm 
Regular
User avatar

Joined: Tue Oct 04, 2011 9:57 am
Posts: 149
Location: Carrollton, TX
Completed: May-Chan
Projects: Fairy Tale, What do you see, Alice Hunt
The first problem is that you have "Why?": on the menu. That is where the choices go.

The second problem is that the jumps need to be indented.

The third problem is that you cannot have spaces in a label name (Use underscores instead).

This should fix it:
Code:
    menu:
        "I need to live my life before it's over...":
            jump live_my_life
        "I need a girlfriend":
            jump girlfriend


Top
 Profile Send private message  
 
PostPosted: Thu May 24, 2012 5:45 pm 
Newbie

Joined: Thu May 24, 2012 3:28 pm
Posts: 3
You're right, it works now. Thank you so much! ;w;


Top
 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: Bing [Bot]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Protected by Anti-Spam ACP
Powered by phpBB® Forum Software © phpBB Group