Search found 2 matches

by carlobalsti11
Tue Nov 07, 2017 5:58 am
Forum: Ren'Py Questions and Announcements
Topic: syntax error help (resolved)
Replies: 2
Views: 451

Re: syntax error help

action ["I just left though.",Jump map] What with the text "I just left though." in action? That's not screen action. I assumed you're trying to have the narrator say that line? The easiest way is to jump to the appropriate label that says those line instead. Also, you can't jum...
by carlobalsti11
Mon Nov 06, 2017 7:07 pm
Forum: Ren'Py Questions and Announcements
Topic: syntax error help (resolved)
Replies: 2
Views: 451

syntax error help (resolved)

Im fairly new to renpy. been trying to learn bits and pieces from tutorials and available code. so if the solution here is simple i apologize for not realizing. label mapinitial: $ location_count = 'Game Map' if mapinit_count == 0: scene gamemap show testdef a "I should head to school I guess.&...