Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Hey there, I've got this loop for randomly picking out/displaying images in a folder but I can't get it to iterate without coming back with a "expected comma or end of line not found" on the $ i+= 1
Oh good eye! Unfortunately I'm still getting the exact same error. My chief suspicion now is that my code editor is highlighting my injected statement as red so I'm wondering if its something syntax related?
ATL ≠ RenPy Script. It is another language. You can only use ATL statements in image definitions. Python statements are not part of ATL (with a good reasons), so you cannot do that.