View attachment 3116679
i was stuck in a quest "skinny do some work out " and then i updated the html file and after update when i loaded the save file the left character is showing like this.... what should i do ... it will take a lot of time to play till here
i know this is pretty much abandoned by now and late but the issue for the heel problem is in the html checks, bodyLevel 2 has 2 elseif checks for heels, 1 is suppose to be 1.5. just need to change this line:
<<elseif $bodyLevel == 1.5 and $heels isnot true>>
<img
src="media/avatar/New/Body_01_05/Body_01_05.png"
style="position: absolute; left: 0; top: 0; width: 190px">
<<set $currentBody to "Body_01_05">>
<<elseif $bodyLevel == 2 and $heels eq true>>
<img
src="media/avatar/New/Body_01_05/Body_01_05_Heels.png"
style="position: absolute; left: 0; top: 0; width: 190px">
<<set $currentBody to "Body_01_05">>
the $bodyLevel == 2 should be $bodyLevel == 1.5