Search found 1 match
- Sun May 12, 2019 3:47 am
- Forum: Ren'Py Questions and Announcements
- Topic: [Help] invaild syntax, I don't know what's wrong
- Replies: 1
- Views: 175
[Help] invaild syntax, I don't know what's wrong
init python: def ending(truth): global<goodending> global<badending> if truth >=0: renpy.jump(goodending) else: renpy.jump(badending) return ren'py says green lines are invaild, I'm not sure what's wrong... I'm sorry, but errors were detected in your script. Please correct the errors listed below, a...