- Oct 11, 2018
- 19
- 4
Sorry to revive this thread, but I am getting a script parsing error related to this code that I am at a loss on how to solve.
There error log is:
[/CODE]
It seems to be saying that it expects a ':' at the end of each of those statements, but the thing is that I have a colon there in my script.
Any help would be appreciated.
Thanks!
There error log is:
Python:
[code]
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
File "game/characters.rpy", line 26: expected statement.
defineDynamicName mcNames:
^
File "game/characters.rpy", line 36: expected statement.
defineDynamicName dNames:
^
File "game/characters.rpy", line 46: expected statement.
defineDynamicName jNames:
^
File "game/characters.rpy", line 56: expected statement.
defineDynamicName hNames:
^
File "game/characters.rpy", line 66: expected statement.
defineDynamicName aNames:
^
File "game/characters.rpy", line 77: expected statement.
defineDynamicName pNames:
^
Ren'Py Version: Ren'Py 7.1.1.929
Sat Feb 23 22:46:14 2019
It seems to be saying that it expects a ':' at the end of each of those statements, but the thing is that I have a colon there in my script.
Any help would be appreciated.
Thanks!