Zabaware Support Forums

A programing question about HAL 6.0

Started by JS, November 07, 2007, 10:52:54 PM

Previous topic - Next topic

JS

Is there a way to have HAL 6.0 automatically place it's output response back into the input response area to see where HAL 6.0 might lead the conversation on it's own, and to see if it might learn better responses this way? In other words, let HAL 6.0 talk to itself given a basic subject of interest.
   And also have a way to input responses with it's self discusion with yours at the same time...

 Thanks
  JS



Jim Smith

onthecuttingedge2005

Hi JS.


Rem Type=Plugin
Rem Name=Cycle Previous Thoughts
Rem Author=ONTHECUTTINGEDGE2005
Rem Host=Assistant
'This sub setups the plug-ins option panel in Hal's options dialog

Sub OptionsPanel()
   'Test Variable
   lblPlugin(0).Caption = "This plugin lets HAL use his previous response to ponder about while AUTO-IDLE is functioning:"
   lblPlugin(0).Move 120, 10, 3300, 1000
   lblPlugin(0).WordWrap = True
   lblPlugin(0).Visible = True
End Sub  

Rem PLUGIN: AUTO-IDLE
       'The preceding comment is actually a plug-in directive for
       'the Ultra Hal host application. It allows for code snippets
       'to be inserted here on-the-fly based on user configuration.
       
       InputString = PrevSent
       
Rem PLUGIN: SCRIPT_LOAD
       'The preceding comment is actually a plug-in directive for
       'the Ultra Hal host application. It allows for code snippets
       'to be inserted here on-the-fly based on user configuration.
       
       Script_Load = "<AUTO>399999</AUTO>"


it may or may not work because of the AUTO-IDLE issues with the current version of HAL 6.1 not working on some computer platforms.

Jerry

JS

I tried this but it gives a HAL script error. And I was using the HAL 6.0.

Jim Smith

onthecuttingedge2005

quote:
Originally posted by JS

I tried this but it gives a HAL script error. And I was using the HAL 6.0.





which HalScript error?

after you send me this error, please post the HalScript.dbg so I can debug it.
Jerry[8D]