Hey, Feebs! Thanks for getting back with me; I've been sick, else I would've replied sooner. As much as I hate to say it, I came across another error, After speaking to Charlotte about going pro, there was an error with the tracker. I didn't think to do a save file, but I have a picture and the text. The error continued to the next day and then cleared itself up.
View attachment 3283746
Error: <<tracker>>: error within widget code (Error: <<if>>: bad conditional expression in <<elseif>> clause (#18): State.variables.breakdone.studio is undefined)
<<tracker "theodora" 1>> <<if $theodora.events.buffer == undefined>> <<step "What was the buffer like?" "Talk to her about the buffer">> <<elseif $theodora.events.phone == undefined>> <<step "Give her a phone." "Speak to her about a phone">> <<elseif $theodora.events.photo == undefined>> <<step "Morning coffee." "Visit the kitchen while she's persent and discuss her outfit.">> <<elseif $buildings.studio == undefined>> <<step "Get a photo studio" `"Discuss photography with "+$vanna.name+" or "+$aubree.name+" then assign someone to work the spa project in the monitoring station. After assign someone to build it in the construction facility."`>> <<elseif $theodora.events.theored01 == undefined>> <<step "First shoot." "Go to the photo studio in town (exit the hotel), select photo shoot and chose her.">> <<elseif $theodora.events.shoot == undefined>> <<step "Shoot talk" "Ask her how she feels the shoot went">> <<elseif $theodora.events.gymshoot == undefined>> <<step "Gym Hangout" "Meet her in the gym">> <<elseif $theodora.corruptmax < 40>> <<switch $theodora.events.relationship>> <<case "platonic">> <<step "End of current content for this route." "Collect your thoughts at night should you decide to change your relationship.">> <<case "taboo">> <<if $theodora.corruption < 20>> <<step "She's not corrupt enough" "20 needed. How to increase?<ul> <li>Do photo shoots.</li> <li>Flirt after accumulating 10 corruption.</li> <li>Explore discussion topics.</li> <li>Occasionally when relaxing at the spa together.</li> </ul> ">> <<else>> <<step "Bikini Shoot" "Go to the photo studio in town (exit the hotel), select photo shoot and chose her blue bikini shoot.">> <</if>> <</switch>> <<elseif $theodora.events.goingpro == undefined>> <<step "Pro Shooter" "Talk to her about going pro">> <<elseif !$girlsmet.includes('harley')>> <<step "Progress the story." "This will solve automatically if you continue to follow the story tasks.">> <<elseif $harley.events.promolearned == undefined>> <<step "Progress with $harley.name." "This will solve automatically if you continue to follow her substory.">> <<elseif $theodora.events.harley == undefined>> <<step "Going Pro" `"Tell her about your discussion with "+$harley.name`>> <<elseif $theodora.corruption < 40>> <<step "She's not corrupt enough" "40 needed. How to increase?<ul> <li>Do photo shoots.</li> <li>Flirt after accumulating 10 corruption.</li> <li>Explore discussion topics.</li> <li>Occasionally when relaxing at the spa together.</li> </ul>">> <<elseif $theodora.events.night == undefined>> <<step "Midnight Muse" "Sneak around and visit her at night.">> <<elseif $harley.events.piggy == undefined || $harley.events.piggy < 2>> <<step "Progress with $harley.name" `"Follow "+$harley.name+"'s story to progress further with "+$theodora.name`>> <<elseif $harley.events.theodora == undefined>> <<step "Model Promotion" `"Talk to "+$harley.name+" about "+$theodora.name+" during her weekly visit."`>> <<elseif $theodora.corruption < 60>> <<step "She's not corrupt enough" "60 needed. How to increase?<ul> <li>Do photo shoots.</li> <li>Flirt after accumulating 10 corruption.</li> <li>Explore discussion topics.</li> <li>Occasionally when relaxing at the spa together.</li> </ul>">> <<elseif $theodora.events.theolounge01 == undefined>> <<step "New Shoot" "Go to the photo studio in town (exit the hotel), select photo shoot and chose her blue dress shoot.">> <<elseif !$breakdone.studio.includes('print')>> <<step "Build Print Studio" "Assign someone to work the print studio project in the construction facility.">> <<elseif $theodora.events.photoshare == undefined>> <<step "Photo Check" "Go to the photo studio and invite her there to show the pics.">> <<elseif $possess == undefined>> <<step "Progress the story" "This will solve automatically if you continue to follow the story tasks.">> <<elseif $possess == 1>> <<step "Oink Oink" "Keep using your piggyback ability on different worlds until you've improved your ability.">> <<elseif $harley.events.theopromo == undefined>> <<step "Off World Meeting" `"Go on an expedition to see "+$harley.name+" using your influence ability on "+$theodora.name+"."`>> <<elseif $theodora.events.catchfap == undefined>> <<step "$vanna.name's Help" `"Ask "+$vanna.name+" to get "+$theodora.name+" into your room at night."`>> <<elseif $theodora.corruption < 80>> <<step "She's not corrupt enough" "80 needed. How to increase?<ul> <li>Do photo shoots.</li> <li>Flirt after accumulating 10 corruption.</li> <li>Explore discussion topics.</li> <li>Occasionally when relaxing at the spa together.</li> </ul>">> <<elseif $theodora.events.catchfap == 1>> <<set _c = $theodora.them.toUpperFirst()>> <<step "_c Fap" `"At night, masturbate to " + $theodora.name+"."`>> <<elseif $theodora.events.theodoraproblemtxt == undefined>> <<step "Check Messages" `"Read your text messages."`>> <<elseif $theodora.events.theodoraproblemtxt == 1>> <<step "Kitchen Chat" `"Speak to her in the kitchen."`>> <<elseif $vanna.events.theodora == undefined>> <<step "$vanna.name's Help" `"Ask "+$vanna.name+" for help."`>> <<elseif $theodora.lust < 80>> <<step "She doesn't desire you enough." "80 needed. Some ways to increase lust.<br>Discuss available topics.<br>Flirt with her.<br>Bake for her.<br>Do photoshoots together.<br>Use the spa together.">> <<elseif $theodora.corruption < 100>> <<step "She's not corrupt enough" "100 needed. How to increase?<ul> <li>Do photo shoots.</li> <li>Flirt after accumulating 10 corruption.</li> <li>Explore discussion topics.</li> <li>Occasionally when relaxing at the spa together.</li> </ul>">> <<elseif $theodora.events.theodoraproblemtxt == 2>> <<step "Wait on $vanna.name" `"She'll text you soon."`>> <<elseif $vanna.events.theodoratxt == undefined>> <<step "Check Messages" `"Read your text messages."`>> <<elseif $vanna.events.theodoratxt == 1>> <<step "Room Service" `"Go to your room after 21:00 when she's not working."`>> <<else>> <<step "End of current content." "No lewds in current content.">> <</if>> <</tracker>>