Thank youIf you used the onlyfunz mod like I did and now the games fucked, create a text file ending with .rpy and add this code inside and save it to the game folder. It works (on my machine). Not liable for your pc blowing up.
Python:init 999 python: class WTMOD_DB(): def __init__(self, WT_id=9999999, WT_desc="", WT_cond="", WT_cond2="", WT_cond3=[],WT_cond4=[]): self.WT_id,self.WT_desc,self.WT_cond,self.WT_cond2,self.WT_cond3,self.WT_cond4 = WT_id,WT_desc,WT_cond,WT_cond2,WT_cond3,WT_cond4