One again I am denied to go further in my story, I am always running into errors and it is rather annoying I replayed the story 9 times and I always get something wrong..... Here is my new bug
While running game code:
File "game/my_events_2.rpy", line 12910, in script
$ peeping_in_ball_0.started()
File "game/my_events_2.rpy", line 12910, in <module>
$ peeping_in_ball_0.started()
File "game/_leveling/logic/logic_event.rpy", line 99, in started
self.player_cls_name._current_event = self.cls_name
File "game/_leveling/logic/logic_event.rpy", line 63, in cls_name
return self._cls_name
AttributeError: 'Event' object has no attribute '_cls_name'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/my_events_2.rpy", line 12910, in script
$ peeping_in_ball_0.started()
File "C:\Users\yunas\OneDrive\Desktop\SlutCraft [0.24]\SlutCraft-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\yunas\OneDrive\Desktop\SlutCraft [0.24]\SlutCraft-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/my_events_2.rpy", line 12910, in <module>
$ peeping_in_ball_0.started()
File "game/_leveling/logic/logic_event.rpy", line 99, in started
self.player_cls_name._current_event = self.cls_name
File "game/_leveling/logic/logic_event.rpy", line 63, in cls_name
return self._cls_name
AttributeError: 'Event' object has no attribute '_cls_name'