Metaparadox
Newbie
- Jan 22, 2021
- 73
- 92
Is anyone getting an error message on season 3 during the arm-wrestling contest with Sonja?
It is this:
It is this:
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script_s3.rpy", line 4170, in script call
call sonja_S3 from _call_sonja_S3_1
File "game/script_BB.rpy", line 4435, in script
menu:
TypeError: %c requires int or char
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script_s3.rpy", line 4170, in script call
call sonja_S3 from _call_sonja_S3_1
File "game/script_BB.rpy", line 4435, in script
menu:
File "C:\Users\Desktop\SnowStorm-v0.9-DR-pc\SnowStorm-v0.9-DR-pc\renpy\ast.py", line 1628, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "C:\Users\Desktop\SnowStorm-v0.9-DR-pc\SnowStorm-v0.9-DR-pc\renpy\exports.py", line 955, in menu
label = substitute(label)
File "C:\Users\Desktop\SnowStorm-v0.9-DR-pc\SnowStorm-v0.9-DR-pc\renpy\exports.py", line 920, in substitute
return s % tag_quoting_dict
TypeError: %c requires int or char
Last edited: