I'm having problems, I have everything perfect, i'm using layered images and i have the at sprite highlight thing and I copied and pasted the define character stuff, but it still can't find callback for some reason.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 13, in script
define sa = Character(_('Sasha', callback = name_callback, cb_name = "Sasha"), color="#efe49c")
File "game/script.rpy", line 13, in <module>
define sa = Character(_('Sasha', callback = name_callback, cb_name = "Sasha"), color="#efe49c")
TypeError: _() got an unexpected keyword argument 'callback'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 13, in script
define sa = Character(_('Sasha', callback = name_callback, cb_name = "Sasha"), color="#efe49c")
File "I:\scoped_dir17580_1652525804\renpy-8.3.6-sdk\renpy\ast.py", line 2248, in execute
self.set()
File "I:\scoped_dir17580_1652525804\renpy-8.3.6-sdk\renpy\ast.py", line 2262, in set
value = renpy.python.py_eval_bytecode(self.code.bytecode)
File "I:\scoped_dir17580_1652525804\renpy-8.3.6-sdk\renpy\python.py", line 1208, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 13, in <module>
define sa = Character(_('Sasha', callback = name_callback, cb_name = "Sasha"), color="#efe49c")
TypeError: _() got an unexpected keyword argument 'callback'
Windows-10-10.0.26100 AMD64
Ren'Py 8.3.6.25022803
Tmafangame 1.0
Sun Jun 29 14:25:22 2025
```