This error is saying that a variable is defined twice! Since one variable cannot have two different values, it errors out.
When you look at the area that lists the default variables for the affection bars is the variable "character1affection" in there twice? Each of the lines should have a different number so we don't have repeats! Check for "default character1affection = 20".
If you don't see any repeats, is it the case you have multiple different scripts in your game that can define this variable? Check to make sure any other scripts you've added don't define this variable either!
If all else fails, try deleting the .rpyc file in your game folder that has the same name as the script you added from this plugin, and run the game again!
Let me know if it works! Good luck!










It would be the same process we use to make the description scroll! All you need to do is put the characters inside a frame and add the scroll+drag properties!
Be cautious the indentations match if you paste it directly in!
Yes yes the column part is a very simple change, the way I have it is that the portrait and the description are within an hbox, which displays them next to each other, you just delete the hbox and the portrait line of code to remove the icon, and you also need to delete the line that constrains the xsize of the description so it will naturally fill the box! The overflow scrolling is something I haven't done much before, but basically you just add the text inside of a frame and add the properties draggable and scrollwheel!

