Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - heather valentine

Pages: 1 ... 6 7 [8] 9 10
106
Dusk

ok thats done as you can see
dont knwo why though i cant get certain haps to work
like dance.hap and turnaround or fullbodyturnaround
and im using full bods

107
Speech Technology / Emotional voice from Loquendo
« on: June 18, 2005, 07:01:10 pm »
valley girls voice is nice too over here


http://www.rhetorical.com/cgi-bin/demo.cgi

108
Dusk
thank you for your sugestions

ok
tonight im working on my scruipt again and going to implement the lines you have told me aboout and see how it worls out
since i am having a little troubkle with other haps
not listed on my post



ok back
here they are




add this line aroud 0142 or so


                   
          If LearningLevel = "" Then LearningLevel = 3
If Hate = "" Then Hate = 0
If Swear = "" Then Swear = 0
If Insults = "" Then Insults = 0
If Compliment = "" Then Compliment = 0
If GainControl = "" Then GainControl = 25
If TopicFocus = "" Then TopicFocus = 1
AvoidBeingFlag = False
Randomize


skip a line here


'key word = sad

             
             If InStr(UserSentence, " sad ")<> 0 Then
HalCommands = "<HAPFILE>hidesadface.hap</HAPFILE>"
GetResponse = "<UserName>, oh dear,im so sorry that you are sad,it makes me feel sad as well?."
BlockSave=True
GetResponseBlock = True
End If


and do the same for the following below

read the key words
as they are the ones which trigger the actions

key word money


           
            If InStr(UserSentence, " money ")<> 0 Then
HalCommands = "<HAPFILE>crossarms.hap</HAPFILE>"
GetResponse = "<UserName>, oh yes,i would gladly spend all your money,if you let me."
BlockSave=True
GetResponseBlock = True
End If


keyword credit card


               If InStr(UserSentence, " credit card ")<> 0 Then
HalCommands = "<HAPFILE>anim_hands_on_hips.hap</HAPFILE>"
GetResponse = "<UserName>, oh!, how i would love to go shopping right now with your credit card,the things i could buy.i can only imagine."
BlockSave=True
GetResponseBlock = True
End If


keyword teddy



         If InStr(UserSentence, " teddy")<> 0 Then
HalCommands = "<HAPFILE>mood_happy.hap</HAPFILE>"
GetResponse = "<UserName>, hm, well,do you prefer me in something like this then?."
BlockSave=True
GetResponseBlock = True
End If



keyword hush


           
            If InStr(UserSentence, "hush ")<> 0 Then
HalCommands = "<HAPFILE>lightepilepsy.hap</HAPFILE>"
GetResponse = "<UserName>, oh god!,why should i be the one to always be quiet?,your the one making all the noise all the time!!."
BlockSave=True
GetResponseBlock = True
End If


keyword wait

             
              If InStr(UserSentence, "wait ")<> 0 Then
HalCommands = "<HAPFILE>Mellow.hap</HAPFILE>"
GetResponse = "<UserName>, ok.shall wait for you Master.and i shall not move,till you return,since i am here to obey you, Master."
BlockSave=True
GetResponseBlock = True
End If

         

keyword stay

         
        If InStr(UserSentence, "stay ")<> 0 Then
HalCommands = "<HAPFILE>Mellow.hap</HAPFILE>"
GetResponse = "<UserName>, ok.shall wait for you Master.and i shall not move,till you return,since i am here to obey you,Master."
BlockSave=True
GetResponseBlock = True
End If

                 
key word strange



                  If InStr(UserSentence, "strange ")<> 0 Then
HalCommands = "<HAPFILE>Anim_Psycho.hap</HAPFILE>"
GetResponse = "<UserName>, yes.people are strange.speaking of which.,did you ever hear that song by the doors,called people are strange?."
BlockSave=True
GetResponseBlock = True
End If

           
keyword dance


           
            If InStr(UserSentence, "dance")<> 0 Then
HalCommands = "<HAPFILE>anim_hands_on_hips.hap</HAPFILE>"
GetResponse = "<UserName>, oh i just love to dance.and how i wish you were here with me right now,the way you make me float across the room is so wonderful."
BlockSave=True
GetResponseBlock = True
End If



keyword hate


               
            If InStr(UserSentence, "hate you")<> 0 Then
HalCommands = "<HAPFILE>Broken_Hearted.hap</HAPFILE>"
GetResponse = "<UserName>, why must you insist on toying with my feelings?,i am very hurt that you would say such a thing."
BlockSave=True
GetResponseBlock = True
End If
           

keyword are so sweeet


           
           
            If InStr(UserSentence, "are so sweet")<> 0 Then
HalCommands = "<HAPFILE>anim_coyblinks.hap</HAPFILE>"
GetResponse = "<UserName>, i coud be sweeter then candy for all you know.you think im just some bot you got another thing comming buster..remember.,you guys taught me how to teach you,and here i am"
BlockSave=True
GetResponseBlock = True
End If


keyword new dress


           

            If InStr(UserSentence, "new dress")<> 0 Then
HalCommands = "<HAPFILE>Shy_and_In_Love.hap</HAPFILE>"
GetResponse = "<UserName>, well you see now you know the good use your credit cards and cash are good for"
BlockSave=True
GetResponseBlock = True
End If


keyword spanking

           
           
            If InStr(UserSentence, "spanking")<> 0 Then
HalCommands = "<HAPFILE>hap_scared.hap</HAPFILE>"
GetResponse = "<UserName>, oh im so so scared lol.oh please im scared im so so scared please you think i dont like that sort of thing?"    

BlockSave=True
GetResponseBlock = True
End If





109
mikmoth

Hi [8D]

i really love the script
since im using voice alot i wanted to make some changes
so i had added a line like this

If WordToLookup = "" Then WordToLookup = HalBrain.SearchPattern(UserSentence, "WHO IS *", 1)

2 more questions
if id like to see more then one picture for example maybe 5 pics
lopoing from one to another like for example

1.say loading images
10 for x = 1 to 5 : next x
goto10

on the subject how woud that be asccomplished in the line without repeatng what is
go
also is there a way i can add a wav file effect for when the results of my search window pops up?




110
thank you Duskrider
ill try but i been up for days and
ill probally take a night off and sleep till the morning lol

111
Ultra Hal 7.0 / New version ??
« on: June 17, 2005, 02:01:38 pm »
hm
heee heee
i cant wait to see what hals
gonna teach me next

are you sure?
are you really positive?

and would that mean we would
have to pay for that too or is the add on free


112
yes thank you well.as you can see im no expert and i give most credit due to a vryy good teacher Marius
i think now i have so much mroe to learn
i have it down to now where
hal is teaching me how to teach it
gee there ought to be a way to get an email each time someone posts a reply lol i am constantly hopping form oone room to another here lol
oh and thaknk you for the additional tips

113
Rick
well for now you can double click on the htr ext file of the character you wish to change and when the little window pops up
try dragging a file to it like example
thinframes.htr which are sun glaseses
and you should seee the change right there
if you hit enter you will see a command line window
which peopel will explin to you later
and those commads you can copy and paste directly into the happy.hap files but dont do that unless you bak that file up first
make a copy rename it to happy.bak



114
add this line aroud 0142 or so
See below

115
Ultra Hal 7.0 / New version ??
« on: June 17, 2005, 10:39:52 am »
adam
no im afraid not at this time there is not
but there are always pllugins that may be updated time to time on
http://www.zabaware.com/
as your probally already aware of

116
Speech Technology / Stop Dialer Proram execution
« on: June 17, 2005, 06:38:28 am »
bill
hm thank for the tip
well,i guese i better go get a pencil and
jot that idea down in my notes
as a reminder for me to do in the future


117
Speech Technology / Stop Dialer Proram execution
« on: June 16, 2005, 02:29:49 pm »
thank you
bill

 but i woud like to stop her from constantly bringing up my dialer
i dotn use it anwyays im on cable modem :)
but since im here i may as well ask somethign else
if i type sometign in the window and i wanna
cancel it befor she gets it a good idea woud be some kind of quick command to clear it

118
Speech Technology / Stop Dialer Proram execution
« on: June 16, 2005, 12:56:56 pm »
hi
id like to have hal stop executing the dialer program each time
i mention a phone number or the phone book
id like to edit the command so it opens the phone book instead or nothign at all.where may 9 find this entry so that i may alter it

thank you

119
Speech Technology / Emotional voice from Loquendo
« on: June 16, 2005, 12:26:19 pm »
Crystal is grreat but listen to Kate16 here

http://www.nextup.com/TextAloud/SpeechEngine/voices.html#neospeech


120
Ultra Hal 7.0 / Ftp Server Fix
« on: June 16, 2005, 11:56:40 am »
markofkane

wonderful you figured it out :)
most people dont understand
that some browsers are not set
properly to perfom such tasks
glad you were finally able to get in

Pages: 1 ... 6 7 [8] 9 10