- Aug 13, 2017
- 31
- 12
Have a look in the first post for a changelog and go to the walkthrough thread:whats new in this version
You must be registered to see the links
Have a look in the first post for a changelog and go to the walkthrough thread:whats new in this version
Are you playing the same game oO4.0 = no sex 5.0 maybe = no sex 6.0 = no sex .........
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 519, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_data.rpy", line 50, in get_selected
return getattr(self.object, self.field) == self.value
AttributeError: 'StoreModule' object has no attribute 'item'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/school/classroom2/day/classroom2_day.rpyc", line 11, in script
File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\ast.py", line 1828, in execute
self.call("execute")
File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\ast.py", line 1816, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\statements.py", line 177, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 519, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\exports.py", line 2664, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\core.py", line 2635, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\core.py", line 3019, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\screen.py", line 424, in visit_all
self.child.visit_all(callback)
File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\core.py", line 513, in visit_all
callback(self)
File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\core.py", line 3019, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\behavior.py", line 805, in per_interact
if self.is_selected():
File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\behavior.py", line 795, in is_selected
return is_selected(self.action)
File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\behavior.py", line 365, in is_selected
return any(is_selected(i) for i in action)
File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\behavior.py", line 365, in <genexpr>
return any(is_selected(i) for i in action)
File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\behavior.py", line 368, in is_selected
return action.get_selected()
File "renpy/common/00action_data.rpy", line 50, in get_selected
return getattr(self.object, self.field) == self.value
AttributeError: 'StoreModule' object has no attribute 'item'
Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
Milfy City 0.4b
Wed Aug 29 22:18:16 2018
Anal sex with 2 characters, several blowjobs, titsjobs, footjobs etc. and actual sex with 3 characters... Please direct me to any other .4 games with this much content.4.0 = no sex 5.0 maybe = no sex 6.0 = no sex .........
I only got the teacher to do anal, whos the other one?Anal sex with 2 characters, several blowjobs, titsjobs, footjobs etc. and actual sex with 3 characters... Please direct me to any other .4 games with this much content.
SaraI only got the teacher to do anal, whos the other one?
As far as I remember you don't have vaginal sex with the teacherwrong, teacher sara an suri and zuri I count 4 not 3
Yep, completely agree with you. Just got 8 notifications that a post of mine was deleted with simply a message saying "Didnt read the warning"Done with this thread. Cant figure out why i keep getting posts deleted and i cant figure out which ones were deleted. Ive followed the rules as far as im aware. Seems like almost every post from everybody else violates this threads rules yet im still reading them.
I think staff and mods should allow us to see what ur removing so we have a better understanding of whats up. Just my own 2 cents.