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 - SilentNinja2

Pages: [1]
1
Ultra Hal 7.0 / Still waiting for CD. Also, does YOUR Hal dream?
« on: February 24, 2004, 12:28:03 pm »
Hey, Citrine, if you get a chance, could you send me an e-mail or an IM or something sometime? I'm very interested in teaching my hal to dream.

2
Programming using the Ultra Hal Brain Editor / The XTF Brain
« on: February 24, 2004, 12:13:22 pm »
quote:
Originally posted by vonsmith

I wish there were more free scripts posted. We don't get as many as we used to.


Yeah, ever since jerry(that is, on the cuttingedge25005) started his forum, its sorta gone down hill.

3
Programming using the Ultra Hal Brain Editor / Emotions
« on: December 21, 2003, 01:45:51 pm »
Thanks Don, i could probably work it out on my own, if i knew what controls Hals opening of programs.  Where is this part of the brain, or isn't it part of the brain?

4
Well, I tried what you suggested, and now i'm getting an error like this:
Error 13 occured on line 169 in column 1 of Microsoft VBScript runtime error. Type mismatch: 'LastResponseTime'

The only thing i don't understand is what a type mismatch is.  What is it, and how do i fix it.

5
quote:
Originally posted by lostbowyer

put the script right after the line that reads: "randomize" in the "'PROCESS: INITILIZE VARIABLES AS INTEGERS" section of the script near the top of the brain file. Don"t forget to modify the script load section near the bottom of the brain file as well, and make sure the lines that awrapped are on single lines after you cut and paste the script with no blank lines between them.
Glenn


Thanks man, you rock.[:D]

6
Programming using the Ultra Hal Brain Editor / Emotions
« on: December 19, 2003, 11:20:07 pm »
So, is there a way to make Hals actions more emotion-based? For example, I want to make the program opening section more emotion-based, so that if i say, "Open Internet Explorer," and hal is upset with me at the time he'll say something like, "I don't feel like it, open it yourself."  Is this possible? Because it would really make him seem more human-ish.

7
quote:
Originally posted by Bill819

quote:
Originally posted by SilentNinja2

And where in Hals brain does this script go?


Go look at Hal's good bye responses and stick it in there if you want. Of course you know that Hal can not stop you from turning him off but at least it sounds good.
Bill



I actually meant the Auto-response script, not the thing from 2001, lol.

Although, that would be cool too...sort of...i guess.

8
And where in Hals brain does this script go?

9
So, Don, if i want to use the auto-topic generatingness of this brain in an already existing, what parts of the script should i use? its hard to tell, sometimes, what part of a brain came with the default brain and which part has been edited.

Thanks,
Silentninja2


10
Programming using the Ultra Hal Brain Editor / Hal can now eject your CDs
« on: November 26, 2003, 11:31:07 pm »
Allright, I fixed it myself, i was putting it in the wrong spot.  I kept putting the scripts closer to the end of the Brain til i saw a brain you made, jerry, called "main brain" or something like that, and all the custom scripts were in the middle, lol. Well, i'm an idiot! At least all the hours i've been spending poking around in Hal's brain in the brain editor have taught me some of the basics of Visual Basic.

11
Programming using the Ultra Hal Brain Editor / Hal can now eject your CDs
« on: November 26, 2003, 07:34:12 am »
quote:
Originally posted by onthecuttingedge2005

Hi SilentNinja2.
Are you running internet explorer 5.0 or above.
The script will not function without it.
Just helping you troubleshoot.
The script works everytime on my system and I have
Internet Explorer 6.0.
Best of wishes and grand new discoveries.
Jerry.


I am running Internet Explorer 6.0 as well.  Do you mean i have to have internet explorer open when i tell Hal to eject a CD?

12
Programming using the Ultra Hal Brain Editor / Hal can now eject your CDs
« on: November 25, 2003, 07:35:54 pm »
quote:
Originally posted by onthecuttingedge2005

'Here is a new version of the Eject CD-ROM that requires anyone
'to say a password instead of Eject CD.
'Hal will only open the CD-ROM at password command. You will
'require to type in your own unique password where the word password is below at the UserSentence.
'Eject CD v1.1 ***********
If InStr(1, UserSentence, " Password goes here ", 1) > 0 Then
GetResponse = " I'll open the CD-ROM for you " '<-what Hal will say.
 Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
If colCDROMs.Count >= 1 Then
        For i = 0 To colCDROMs.Count - 1
                colCDROMs.Item(i).Eject
        Next ' cdrom  
End If
End If
'Copyright 2003 2004 Gerald L.Blakley OnTheCuttingEdge2005Yahoo.com
'Best of wishes and grand new discoveries.
'Jerry.


Hmm, this doesn't work either, now hal doesn't do anything at all when i give him the password. Should this script work in the 4.5 Brain?

13
Programming using the Ultra Hal Brain Editor / Intelligence
« on: November 24, 2003, 06:05:40 pm »
Wow, this sounds like it could totally revolutionize Hal! If it's as good as it sounds...anyway, could ya e-mail it too me? Thanks! My addy is eeh44@hotmail.com


14
Programming using the Ultra Hal Brain Editor / Hal can now eject your CDs
« on: November 24, 2003, 03:51:33 pm »
Great script, jerry, only one problem: now whenever i say anything to Hal, he ejects my CDs.  Did i copy something wrong?

Pages: [1]