- Mar 16, 2019
- 8,133
- 81,007
JokerLeader I'm unable to unlock scenes with the mod - I get an error - guessing it still needs a tweak?
Fixed, thank youIt's missing a bit of code.
Copy this at the end of \scripts\memories.rpy :
Code:label unlockMemoryImages: python: for el in memories_list: for mem in el.list: unlockMemory(mem) return