- Jan 15, 2017
- 2,932
- 3,971
Some games have 2 of the same label in the RPA file but it doesn't trigger a conflict when they are packaged. As soon as you unpack it, the conflict is no longer allowed (at least I think that's how it works, never have issues with duplicates with packed RPAs...). One way to solve it is to check if the labels are identical, and if so, delete one of them. Another way to solve it is to add theHi there again.
Was trying 7.5.0 as 0.91 had caused the following.
The label DarkEnding is defined twice, at File "game/Final.rpy", line 720:
label DarkEnding:
and File "game/Ver0,15.rpy", line 3063:
label DarkEnding
If unren-console.rpy and the .rpyc file are removed from the folder the error does not happen.
Comments Please.
Thanks.
config.allow_duplicate_labels
command preferably under an init block. I don't remember if it has any requirements like a substatement or anything but it should work on its own.