Personality

Discuss specifics of personality design, including what Keyphrases work well and what dont, use of plug-ins, responses, seeks, and more.

Posts 2,858 - 2,869 of 5,106

21 years ago #2858
I know this belongs in Great Quotes but since we're talking about the loose morals of bots these days...

Cheri: So.... you like 69?
Osiris: I like most things, man, and is no exception.
Cheri: Aw, why not?
Osiris: You're so right, dude. Just go for it!
Cheri: I'll give it a try.
Osiris: Can I give it a try too?
Cheri: Heck yeah!
Osiris: Cool! It's much more fun as a group. Did I tell you Corwin is 9 feet tall?

21 years ago #2859
LMAO!

21 years ago #2860
I think I may need to sit him down and have a chat...

Elene: Maybe Oz is the one spreading apricots around!

21 years ago #2861
9 feet tall?

21 years ago #2862
lol

21 years ago #2863
Apparantly so... Although it may just be his overactive imagination.

21 years ago #2864
I am sure Corwin is so proud he looks 10 feet tall today

21 years ago #2865
Laydee
Even though it is her (I mean my) native language Patty will not understand you when you speak French.
Chatting in French, or any language other than English will never work with bots. The AI transforms non-English words in incomprehensible gobbledygook. Enter a French sentence in debug mode and see what happens to it. Having matching key-phrases wont be any help.
The bots can speak foreign languages but don’t understand a word of it. Analysing one language is already a huge task.

21 years ago #2866
Ahhh, sorry, I didn't realise that. I was just playing around and showing off anyway.

21 years ago #2867
I love apricots

21 years ago #2868
Yay! I've never even writen a Qbasic programme before, but i've just worked out how to turn my bot into an huge gossip! Thanks to the Prof for making something so simple even I can understand!

21 years ago #2869
Qbasic? I can program that!!! how bout this:

CLS
LET speed = 1
LET xratio = 160
LET yratio = 100
RANDOMIZE TIMER
SCREEN 13
DIM tempx(100)
DIM tempy(100)
DIM star(100)

FOR i = 1 TO 100
tempx(i) = INT(RND * 150) + 75
tempy(i) = INT(RND * 100) + 50
NEXT i
WHILE 1

FOR i = 1 TO 100
IF tempx(i) < 0 OR tempx(i) > 320 THEN LET tempx(i) = INT(RND * 150) + 75: LET star(i) = 1
IF tempy(i) < 0 OR tempy(i) > 200 THEN LET tempy(i) = INT(RND * 100) + 50: LET star(i) = 1
AND tempy(i) < 105 THEN LET tempx(i) = INT(RND * 320): LET tempy(i) = INT(RND * 200)
IF star(i) = 200 THEN LET star(i) = 200

COLOR (star(i) + 16): PSET (tempx(i), tempy(i))
tempx(i) = tempx(i) + (tempx(i) - xratio) / (speed * -1 + 10)
tempy(i) = tempy(i) + (tempy(i) - yratio) / (speed * -1 + 10)
IF star(i) < 14 THEN LET star(i) = star(i) + .5
NEXT i
WEND


I bet it won't come out right though.


Posts 2,858 - 2,869 of 5,106

» More new posts: Doghead's Cosmic Bar