Search found 3 matches

by alextriestocode
Mon Jun 04, 2018 6:21 pm
Forum: Ren'Py Questions and Announcements
Topic: ATL statement contains two expressions in a row; is one of them a misspelled property?
Replies: 4
Views: 935

Re: ATL statement contains two expressions in a row; is one of them a misspelled property?

You have indentation errors. Label should be at 0 spaces of indent. After a colon (:) you always have to increase your indent (always, no exceptions, you need at least one line of larger indentation). In your code, after label start and after menu there is no larger indentation. Thank you! This fix...
by alextriestocode
Mon Jun 04, 2018 3:47 pm
Forum: Ren'Py Questions and Announcements
Topic: ATL statement contains two expressions in a row; is one of them a misspelled property?
Replies: 4
Views: 935

Re: ATL statement contains two expressions in a row; is one of them a misspelled property?

Well, you’re missing a colon after “start”. Past that, we would need more context. I've added the colon and tried to run the program again but I still got the same error. Here is the complete program define dave = Character("Me") define john = Character(_("jon arbuccle"), color="#0000ff") define kk...
by alextriestocode
Mon Jun 04, 2018 11:35 am
Forum: Ren'Py Questions and Announcements
Topic: ATL statement contains two expressions in a row; is one of them a misspelled property?
Replies: 4
Views: 935

ATL statement contains two expressions in a row; is one of them a misspelled property?

I have an error in my game that I haven't been able to find anything about and was not able to fix for several hours. Here is the Error.txt file. I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/script.rpy", line 21: ATL statement ...