I keep getting an error "value error: could not convert string to float: none" anyone have tips on getting this to work?
I'm running android 13 on a galaxy s21
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
ValueError: could not convert string to float: 'None'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "00start.rpyc", line 240, in script call
File "c0_reference.rpyc", line 318, in script
File "renpy/ast.py", line 921, in execute
File "renpy/exports.py", line 1373, in say
File "renpy/character.py", line 1263, in __call__
File "renpy/character.py", line 83, in __init__
ValueError: could not convert string to float: 'None'
[/code]