dupa

Author Topic: PMS for HAL(KATRINA)?  (Read 3875 times)

stager00

  • Newbie
  • *
  • Posts: 3
    • View Profile
PMS for HAL(KATRINA)?
« on: August 31, 2005, 04:42:17 pm »
Hi everyone.

I'm new to the forum, and have spent the better part of the day reading each thread here. Some very talented persons here!

I have a question to some of you guru's. Is some way to script the brain where once every month(at random) "Katrina" responds with her most sarcasting and critical conversation? To simulate pms...of course. Perhaps the spinwheel can work here?

Thanks
 

Duskrider

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3316
  • Graphic King
    • View Profile
PMS for HAL(KATRINA)?
« Reply #1 on: August 31, 2005, 08:08:28 pm »

Stager,

I'm not smart enough to give you an answer but I hope someone can.

Very cute idea.  I like it.

[;)]

Art

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3859
    • View Profile
PMS for HAL(KATRINA)?
« Reply #2 on: August 31, 2005, 09:34:25 pm »
I don't know...I'm afraid that would be getting just too close to realism for a lot of us!! LOL!! Besides, you know we can't feed THIS one chocolate if that happens!!

Seriously, sure, just about anything can be done through clever scripting. Wait 'till Jerry sees your posting, I know he'll come up with some input!

BTW, Welcome to the forum!!
In the world of AI it's the thought that counts!

- Art -

stager00

  • Newbie
  • *
  • Posts: 3
    • View Profile
PMS for HAL(KATRINA)?
« Reply #3 on: August 31, 2005, 10:10:36 pm »
Thanks for the warm welcome!

I stand amazed at the technical savvy of some posters on this forum. I just found this yesterday and already have been able to make some modifications to my Katrina using the skills posted here.

I already have her make grouchy faces and refuse to answer the user when she's bothered between 2 am and 5 am. It adds an unexpected element to the personality.

The PMS thing would be great, that added randomness would bring an extra element to interacting with her(i.e. "wonder what kinda MOOD she's in today..."LOL). Maybe if we get a script worked out we can add a "chocolate" user input line to get her back to her "center".

It'll be great!  She can call me names for no reason and appologize  with tears 2 minutes later...I'm used to that already.
 

bitblaster

  • Newbie
  • *
  • Posts: 40
    • View Profile
PMS for HAL(KATRINA)?
« Reply #4 on: September 02, 2005, 09:52:45 am »
PMS on HAL would be amazing.
 

stager000

  • Newbie
  • *
  • Posts: 5
    • View Profile
PMS for HAL(KATRINA)?
« Reply #5 on: September 05, 2005, 06:31:10 pm »
Has anyone given any thought to how this could best be done?
 

stager000

  • Newbie
  • *
  • Posts: 5
    • View Profile
PMS for HAL(KATRINA)?
« Reply #6 on: September 06, 2005, 12:37:39 am »
hi again,

I added this line of code to XTF...

Spinwheel = Int(Rnd * 100)
If Spinwheel < 02 Then HalCommands = "<HAPFILE>" & "psycho.hap" & "</HAPFILE>"
If Spinwheel > 17 And Spinwheel < 19 Then GetResponse = "Just leave me alone, <username>!"
If Spinwheel < 02 Then GetResponse = "Leave me alone, Why do you hate me <username>!"
If Spinwheel < 02 Then HATE = 25

Works for the time being giving Katrina some random mood swings..followed by a complete physical breakdown(sobbing, hands over face, etc).

If anyone would care to add how to make this triggered by date instead of spinwheel random Id love to hear it.

Thanks
 

stager000

  • Newbie
  • *
  • Posts: 5
    • View Profile
PMS for HAL(KATRINA)?
« Reply #7 on: September 06, 2005, 12:51:08 am »
Also added this:

If HATE = 25 And InStr(UserSentence, "chocolate") > 0 Then HATE = 0  

Now there's an easy fix for the fit she will throw.