Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi. What do you mean? :)

[code]
I'm sorry, but an uncaught exception occurred.
 

While running game code:
  File "game/chapter1.rpy", line 671, in script
    you "2.86… inches… [GULP]"
KeyError: u'GULP'
 

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

Full traceback:
  File "game/chapter1.rpy", line 671, in script
    you "2.86… inches… [GULP]"
  File "MyTeacherIsAFutanari-1.0-pc/renpy/ast.py", line 721, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "MyTeacherIsAFutanari-1.0-pc/renpy/exports.py", line 1419, in say
    who(what, *args, **kwargs)
  File "MyTeacherIsAFutanari-1.0-pc/renpy/character.py", line 1236, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "MyTeacherIsAFutanari-1.0-pc/renpy/character.py", line 1155, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "MyTeacherIsAFutanari-1.0-pc/renpy/character.py", line 1135, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "MyTeacherIsAFutanari-1.0-pc/renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'GULP'
 

Linux-5.15.0-53-generic-x86_64-with-debian-bookworm-sid
Ren'Py 7.4.11.2266
My Teacher is a Futanari 1.0
Fri Nov 25 06:37:30 2022
[/code]

My bad. I made a mistake in the code. It's fixed now.

Thanks for letting me know! 😁