dupa

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

Pages: [1] 2 3
1
Ultra Hal 7.0 / Re: Looking for investors for next generation of Hal
« on: October 28, 2016, 01:25:40 am »
You should talk to hasbro

2
Ultra Hal Assistant File Sharing Area / Re: hals output to another program
« on: September 13, 2016, 02:01:42 am »
Got a decent revision I'll try to post soon it's a bit buggy now but working a few more tweaks to go it is all in one uhp file
I'm really likeing this ultrahal program

3
Ultra Hal Assistant File Sharing Area / Re: hals output to another program
« on: September 11, 2016, 07:50:02 pm »
i was messing around with hals output to another program and realized this pluggin requires the "clip" command and will only work with certain versions of windows. i dont think it will work with windows xp 32 but it will with xp 64 and win 7, im not sure if it will work with later versions........

4
Your talking about context .... That's complicated for example if you said eight how does Hal know the difference between 8 or ate? Try seperating it with a comma and write a plugging to case out a format

5
General Discussion / Re: two bots or hal talking
« on: June 28, 2016, 10:44:11 pm »
this .vbs file might help
create a .vbs file with this in it and place it in ultra hal assistant folder and run it

set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.AppActivate "Ultra Hal Assistant"

 
WshShell.SendKeys "define boredom"
WScript.Sleep 200
WshShell.SendKeys "{enter}"

6
General Discussion / Re: two bots or hal talking
« on: June 27, 2016, 11:13:35 pm »
you would have to tweak it but the lonelyness plugin would work..... you could have each bot email eachother and when the lonelyness plugin triggers it could read the email as the origional sentence. the output would then be emailed to the other hal and would be read on the next cycle..... but why?

7
General Discussion / Re: two bots or hal talking
« on: June 26, 2016, 07:34:09 pm »
this could be done useing the lonelyness plugin and the file reader from hal com. each time the lonelyness plugin triggers it would read from the file as origional sentence and post to the file hals responce. in effect hal would talk to him self.

8
Ultra Hal 7.0 / Re: Getting Hal to only repeat what I say
« on: June 13, 2016, 01:39:40 am »
You could do this by having Hal listen for a certain symbol /:;()$& ect
Then just have his response be your original sentence

9
Ultra Hal Assistant File Sharing Area / arduino control
« on: May 27, 2016, 09:30:27 pm »
have fun..... install notes in the zip file.

10
General Discussion / Re: PLUG IN ERROR CAN'T FIND
« on: May 27, 2016, 09:28:27 pm »
thats exactly what happened to me i ended up reinstalling. i was repeatedly testing a plugin and a few times it was on even when unchecked. i got out of the loop a few times by unchecking applying exiting and restarting but at one point that stopped working and had to reinstall. i was trying to fix a perfectly good plugin....... the good news is after the reinstall everything worked perfect.

11
General Discussion / Re: PLUG IN ERROR CAN'T FIND
« on: May 26, 2016, 09:21:50 pm »
i had a similar problem and the plugin with the error would remain even after i fixed the error. i had to reinstall hal compleately. i think you can avoid installing if you bak up the fresh brain you could try editing HalScript.dbg as well as the plugin saveing both and restarting hal. thats as far as i got sorry......

12
General Discussion / Re: need help with this plugin
« on: May 23, 2016, 11:59:28 pm »
its similar to hal com as it communicates with an arduino but this plugin can send and receive data, its working now and can be found in hal com under the file sharing forum  its titled serial function.

13
General Discussion / Re: need help with this plugin
« on: May 22, 2016, 12:44:13 am »
ok all finished.... i left the new file in hal com in the file sharing area
its called serial function plugin.zip

14
General Discussion / Re: need help with this plugin
« on: May 21, 2016, 04:39:23 pm »
im trying to read from a text file that i am creating useing the same plugin. the code moves so fast that the text file is being read before it is updated, i think a one second delay will allow the file to update .... i might be able to just run a random batchfile or two to get the desired delay but i would rather have a command similar to sleep........ this is the last road block for this plugin. im going to post it when im finished ..... its a mod of the origional hal com plugin but this one can send and receive data to a serial device(like an arduino) 

15
General Discussion / need help with this plugin
« on: May 20, 2016, 11:55:38 pm »
i was hopeing someone knows the answer to this, i would like to delay hals script for about 1 second
i tried to use wscript.sleep 1000 but im getting all kinds of errors does anyone know how to put a sleep or a sleep like command in a script?
code

If comForm2 = True Then
        Set comxx = CreateObject("WScript.Shell")
        comxx.Run ("""anyfile.vbs""")
       

WScript.Sleep(1000)
End If


i get an error of "object required:"wscript""

i tried to make an object and just got related errors.....
am lost

Pages: [1] 2 3