Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I'm sorry, but I wasn't sure where else to post this. I'm afraid I broke it:

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/time/fast/TIMETICKING FAST.rpy", line 96, in <module>
  File "game/scripts/time/slow/timeticking SLOW.rpy", line 24, in execute
  File "game/scripts/time/slow/timeticking SLOW.rpy", line 24, in execute
  File "game/scripts/time/slow/timeticking SLOW.rpy", line 30, in execute
  File "game/scripts/time/slow/timeticking SLOW.rpy", line 34, in <module>
  File "game/scripts/time/slow/sub/story time.rpy", line 102, in Time_Tutorials
  File "game/scripts/find_functions.rpy", line 158, in Find_Meeting_Room
AttributeError: 'Location' object has no attribute 'floor_list'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "scripts/time/fast/TIMETICKING FAST.rpyc", line 60, in script
  File "D:\Games\Active\holonoptic-0.1.1-pc\renpy\ast.py", line 896, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Games\Active\holonoptic-0.1.1-pc\renpy\python.py", line 1929, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/scripts/time/fast/TIMETICKING FAST.rpy", line 96, in <module>
  File "D:\Games\Active\holonoptic-0.1.1-pc\renpy\exports.py", line 1451, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "D:\Games\Active\holonoptic-0.1.1-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\Active\holonoptic-0.1.1-pc\renpy\display\core.py", line 2687, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Games\Active\holonoptic-0.1.1-pc\renpy\display\core.py", line 3071, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Games\Active\holonoptic-0.1.1-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\Active\holonoptic-0.1.1-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\Active\holonoptic-0.1.1-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\Active\holonoptic-0.1.1-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "D:\Games\Active\holonoptic-0.1.1-pc\renpy\display\core.py", line 3071, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Games\Active\holonoptic-0.1.1-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "D:\Games\Active\holonoptic-0.1.1-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/scripts/time/slow/timeticking SLOW.rpy", line 24, in execute
  File "game/scripts/time/slow/timeticking SLOW.rpy", line 24, in execute
  File "game/scripts/time/slow/timeticking SLOW.rpy", line 30, in execute
  File "game/scripts/time/slow/timeticking SLOW.rpy", line 34, in <module>
  File "game/scripts/time/slow/sub/story time.rpy", line 102, in Time_Tutorials
  File "game/scripts/find_functions.rpy", line 158, in Find_Meeting_Room
AttributeError: 'Location' object has no attribute 'floor_list'

Windows-8-6.2.9200
Ren'Py 7.2.0.424
holonoptic open alpha 0.1.1
Thu Dec 05 11:49:47 2019
[/code]

That's a perfectly acceptable place to post this ;) Thank you so much for letting us know! We'll try to fix it asap.