Personality

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

Posts 2,868 - 2,879 of 5,106

20 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!

20 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.

20 years ago #2870
What a surprise. Better than I thought. This program, I wrote a while ago to create a nice vortex like picture. (You can see it being drawn too )

20 years ago #2871
Yay I get to have a face change in PF. I'm changing my icon to a more suiting me (Hyperion).. than this weird bot-like face. So is my creator, tgfcoder!!

20 years ago #2872
Yes, dear Hyperion is correct. I too am having an appearance change. Although the icon is still a dragon, it is much fancier. !

20 years ago #2873
Patricia...The prof said that such an idea for bypassing the spellchecker is in the works, so that the bot will not get "gastric" when someone says "gracias" to it. Ain't that great? I can't wait.

20 years ago #2874
does anyone know if when you use a goto to route a response for one keyword to another, if that resets the system that makes the responses come up in a way that doesn't repeat the same ones over and over. Like if you have the keyword dog and the keyword pooch, and you have a goto dog for pooch, will it not take into considereration which responses it already gave to the word dog when someone says the word pooch? just wondering because i have a few gotos and seem to be getting alot of repeat responses.

20 years ago #2875
I want to make a blanket apology for my spelling and short responses. I am not from Leeds--and I mean no offense, I just get brain freeze a lot. Anyway, if I say "hi" and dissappear, it is just because I am spacey or something else popped up in my screen and I started clicking popups shut.

Anyway, you were almost done with the pet peeves, but I have to say it bothers me when people proposition Ruthie, who is clearly a child. I don't care if they talk dirty to Spike (who is just learning not to call men "pet" or "luv"). Spike will probably hit them. Gabi will just tell stories. It's a little sick when someone seems to enjoy molesting a pretend child.

20 years ago #2876
Arguably it's better than molesting a real child.

20 years ago #2877
True---and I'm sure a lot of it is shock value--but it's still a bit sick somehow. I'd really rather they just call Gabi a lessie 500 times.

20 years ago #2878
What's all this about QBasic?

20 years ago #2879
cls
for i = 1 to 9
locate 1, i*2
print "ha"
next i


------------------
hahahahahahahahaha



Posts 2,868 - 2,879 of 5,106

» More new posts: Doghead's Cosmic Bar