Can someone smarter than me help me with my pc's tailcunt?
I want to fix it so that im not getting a return of ERROR: COULD NOT FIND ATTRIBUTE "tailCuntColor" FOR OBJ "pc" whenever i use my tailcunt. specifically, i would like the tailcunt to be black
tailCockColorDesc()
{
if(!this.hasTailCock()) return "none";
return this.tailCock.cockColor;
}
tailCuntColorDesc()
{
if(!this.hasTailCock()) return "none";
return this.tailCock.vaginaColor;
}
tailGenitalDescript()
{
if (this.hasTailCock()) return this.tailCockDescript();
if (this.hasTailCunt()) return this.tailVaginaDescript();
Log(LogCategory.Creature, LotDetail.Error, `ERROR: TAIL GENITAL DESCRIPT CALLED WITH NO TAIL GENITALS PRESENT.`);
}
tailGenitalsDescript()
{
if (this.hasTailCock()) return this.tailCocksDescript();
if (this.hasTailCunt()) return this.tailVaginasDescript();
Log(LogCategory.Creature, LotDetail.Error, `ERROR: TAIL GENITAL DESCRIPT CALLED WITH NO TAIL GENITALS PRESENT.`);
}
I want to fix it so that im not getting a return of ERROR: COULD NOT FIND ATTRIBUTE "tailCuntColor" FOR OBJ "pc" whenever i use my tailcunt. specifically, i would like the tailcunt to be black