- Mar 31, 2020
- 1,646
- 2,938
I'm sure JokerLeader will sort this out, but if anyone wants a quick fix...
You can try copying the missing definitions from the game's original script.rpy to Joker's script.rpy.
From original copy these two lines:
define E = Character("Ewan", color="#036cfb", who_outlines=[ (2, "#000000") ], what_outlines=[ (2, "#000000") ])
define Ber = Character("Bernadette", color="#f802f5", who_outlines=[ (2, "#000000") ], what_outlines=[ (2, "#000000") ])
and add them to Joker's starting at line 145 or so. I think that's all that's needed for now.
You can try copying the missing definitions from the game's original script.rpy to Joker's script.rpy.
From original copy these two lines:
define E = Character("Ewan", color="#036cfb", who_outlines=[ (2, "#000000") ], what_outlines=[ (2, "#000000") ])
define Ber = Character("Bernadette", color="#f802f5", who_outlines=[ (2, "#000000") ], what_outlines=[ (2, "#000000") ])
and add them to Joker's starting at line 145 or so. I think that's all that's needed for now.