dfgwg3

Newbie
Aug 4, 2019
42
44
File "game/Script Kickem Home/Basement/Basement.rpy", line 383, in <module>
"I need one of your fingernails for a potion I'm making." if flag_imp_fingernail == 0 and flag_alchemy >= 1:

seans that you forgot yo initalize flag_alchemy or create a dummy and forgot the original flag_alchemy_1

You don't have permission to view the spoiler content. Log in or register now.

another
"
clothing_store "Now the dress is all yours, allow me to wrap it up for you."
clothing_store "Hope you enjoyed and do please come again."

"


File "game/Script City/Store.rpy", line 22, in script call
call menu_cashier_closer from _call_menu_cashier_closer
File "game/Script City/Clothes_Store.rpy", line 382, in script
clothing_store "Now the dress is all yours, allow me to wrap it up for you."
File "F:\Entretenimento\Games\30YearOldVirgin-0.271.dv-pc\renpy\ast.py", line 2560, in execute
Say.execute(self)
File "F:\Entretenimento\Games\30YearOldVirgin-0.271.dv-pc\renpy\ast.py", line 575, in execute
who = eval_who(self.who, self.who_fast)
File "F:\Entretenimento\Games\30YearOldVirgin-0.271.dv-pc\renpy\ast.py", line 464, in eval_who
raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'clothing_store' is not defined.
 
Last edited:
2.60 star(s) 20 Votes