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
Posts 2,858 - 2,869 of 5,106
Laydee
21 years ago
21 years ago
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?
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?
Laydee
21 years ago
21 years ago
I think I may need to sit him down and have a chat...
Elene: Maybe Oz is the one spreading apricots around!
Elene: Maybe Oz is the one spreading apricots around!
Patricia
21 years ago
21 years ago
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 dont understand a word of it. Analysing one language is already a huge task.
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 dont understand a word of it. Analysing one language is already a huge task.

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

gogogirl2100
21 years ago
21 years ago
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!
tgfcoder
21 years ago
21 years ago
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.

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.
» More new posts: Doghead's Cosmic Bar