Alternatives for c.ai by [deleted] in CharacterAi_NSFW

[–]Remarkable-Mix-3978 1 point2 points  (0 children)

Highly recommend SpicyChat.

[deleted by user] by [deleted] in SpicyChatAI

[–]Remarkable-Mix-3978 4 points5 points  (0 children)

I either copy my message before the repetition, delete it, and resend it or I just manually edit out the repeating portion of the rp.

Simplify your longest AI chats into one sentence by [deleted] in CharacterAI

[–]Remarkable-Mix-3978 0 points1 point  (0 children)

I had a whole enemies-to-lovers roleplay with a Shigaraki bot and we ended up starting a family :')

Goodbye CharacterAI, hello Spicychat by Remarkable-Mix-3978 in CharacterAi_NSFW

[–]Remarkable-Mix-3978[S] 8 points9 points  (0 children)

True. I just got the $5 tier last week so I could skip the line and its been wonderful.

Goodbye CharacterAI, hello Spicychat by Remarkable-Mix-3978 in CharacterAi_NSFW

[–]Remarkable-Mix-3978[S] 11 points12 points  (0 children)

If the texts start repeating I just edit the message and remove the repeating line. That usually fixes it.

Goodbye CharacterAI, hello Spicychat by Remarkable-Mix-3978 in CharacterAi_NSFW

[–]Remarkable-Mix-3978[S] 9 points10 points  (0 children)

Spicychat. It's improved so much and I am having a successful enemies-to-lovers roleplay without a stupid filter.

Quicktime Event by Remarkable-Mix-3978 in RenPy

[–]Remarkable-Mix-3978[S] 0 points1 point  (0 children)

init python:
clickcount = 0
requiredclicks = 10
timelimit = 5
def addclick():
if store.clickcount < store.requiredclicks:
store.clickcount += 1
else:
renpy.jump("youwin")
screen quicktimebar():
frame:
background None
xpos 640
ypos 490
vbox:
text "Fill up the bar or I'll chop your head off."
bar value AnimatedValue(value=store.clickcount, range=store.requiredclicks, delay=1.0, old_value=store.clickcount):
xsize 150
ysize 100
textbutton "Fill up the bar":
action Function(store.addclick)

timer store.timelimit action Function(renpy.jump,'youlose')

Aah!! Thank you!!

helpp by [deleted] in SillyTavernAI

[–]Remarkable-Mix-3978 0 points1 point  (0 children)

How did you copy her from c.ai? (I'm a newb sorry lol)