strenif

Engaged Member
Aug 18, 2017
2,959
5,193
When talking to Luna about 'My Reward" I get
```
I'm sorry, but an uncaught exception occurred.

While running game code:
IndentationError: unexpected indent (game/scripts/plot/act_2/chapter_1/luna_dialogues.rpy, line 918)

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

Full traceback:
File "script.rpyc", line 62, in script call
File "scripts/plot/plot_menu.rpyc", line 93, in script call
File "scripts/plot/act_2/act2_menu.rpyc", line 12, in script call
File "scripts/plot/act_2/chapter_1/menus.rpyc", line 644, in script call
File "locations/cabinet/logic.rpyc", line 108, in script call
File "mechanics/person_menu.rpyc", line 16, in script call
File "mechanics/person_menu.rpyc", line 44, in script call
File "mechanics/person_menu.rpyc", line 114, in script call
File "mechanics/person_menu.rpyc", line 105, in script call
File "scripts/plot/act_2/chapter_1/luna_dialogues.rpyc", line 914, in script
File "*\Innocent_Witches-0.6-alpha-pc\renpy\ast.py", line 1619, in execute
item_arguments.append(self.item_arguments.evaluate())
File "*\Innocent_Witches-0.6-alpha-pc\renpy\ast.py", line 188, in evaluate
kwargs[k] = renpy.python.py_eval(v, locals=scope)
File "*\Innocent_Witches-0.6-alpha-pc\renpy\python.py", line 2057, in py_eval
code = py_compile(code, 'eval')
File "*Innocent_Witches-0.6-alpha-pc\renpy\python.py", line 692, in py_compile
raise e
IndentationError: unexpected indent (game/scripts/plot/act_2/chapter_1/luna_dialogues.rpy, line 918)

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Innocent Witches 0.6-alpha
Mon Jul 20 06:57:39 2020
```
 

strenif

Engaged Member
Aug 18, 2017
2,959
5,193
When dragging snapes special sauce in atomizer out of the inventory I get the following.

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/inventories.rpy", line 212, in drop_allowable
File "game/mechanics/inventory.rpy", line 829, in handle_target
File "game/scripts/inventory_items_events.rpy", line 48, in <module>
NameError: name 'abandoned_wing' is not defined

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

Full traceback:
File "script.rpyc", line 62, in script call
File "scripts/plot/plot_menu.rpyc", line 93, in script call
One third removed.
File "game/mechanics/inventory.rpy", line 829, in handle_target
File "game/modules/early_definitions.rpym", line 111, in evaluate
cond = eval(expr, global_vars, local_vars)
File "E:\Innocent_Witches-0.6-alpha-pc\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "E:\Innocent_Witches-0.6-alpha-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/inventory_items_events.rpy", line 48, in <module>
NameError: name 'abandoned_wing' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Innocent Witches 0.6-alpha
Mon Jul 20 07:58:18 2020
```
 
3.00 star(s) 326 Votes