ShinyBoots1993
Well-Known Member
- Apr 7, 2020
- 1,811
- 6,165
- 647
This looks really promising. Though considering the lesbian tag I hope F/F marriage could be possible in the future.
Why when I on JoiPlay got error like this, please help? View attachment 5366941
JustAWoman.html:6880 Error:
<<if>>: bad conditional expression in <<if>> clause: Cannot read properties of undefined (reading 'cost')
<<if canBuyItem($selectedItem, $clothingItems)>>
<<set $flashMessage = "You bought " + $clothingItems[$selectedItem].name >>
<<set $flashSuccess = true>>
<<run buyClothingItem($selectedItem)>>
<<else>>
<<set $flashMessage = "You don't have enough money">>
<<set $flashSuccess = false>> <</if>>