Hey just wanna report a bug that happened for me when i got separated from Leena when going for tea shopping. ill copy paste the BBCode below:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
NameError: name 'trade' is not defined. Did you mean: 'trad'?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "game/sd_d1_leena.rpy", line 389, in script
trade "It's so good to see Miss Marebel found someone! She's really been struggling since that damned curse was cast upon us."
Exception: Sayer 'trade' is not defined.
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
File "renpy/ast.py", line 625, in eval_who
return renpy.python.py_eval(who)
~~~~~~~~~~~~~~~~~~~~^^^^^
File "renpy/python.py", line 1305, in py_eval
return py_eval_bytecode(code, globals, locals)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1298, in py_eval_bytecode
return eval(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<none>", line 1, in <module>
NameError: name 'trade' is not defined. Did you mean: 'trad'?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "game/sd_d1_leena.rpy", line 389, in script
trade "It's so good to see Miss Marebel found someone! She's really been struggling since that damned curse was cast upon us."
File "renpy/ast.py", line 2925, in execute
Say.execute(self)
~~~~~~~~~~~^^^^^^
File "renpy/ast.py", line 956, in execute
who = eval_who(self.who, self.who_fast)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/ast.py", line 627, in eval_who
raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'trade' is not defined.
Windows-10-10.0.19045-SP0 AMD64
Ren'Py 8.5.2.26010301
DEMO 0.9.10
Fri Aug 21 23:52:05 2026
[/code]