Author Topic: Mimic : Say what i say:  (Read 2304 times)

cyberjedi

  • Hero Member
  • *****
  • Posts: 810
  • The Mighty Hal Machine
    • View Profile
Mimic : Say what i say:
« on: June 11, 2017, 03:07:04 pm »
Rem Type=Plugin
Rem Name=Say what i say
Rem Author=cyberjedi
Rem Host=Assistant

Rem PLUGIN: PRE-PROCESS
    '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.
 ' Shout out to onthecuttingedge2005 Trigger refinement
' Wana take the time to thank LifeTimeGamer  who took a leap of faith and works with me
' tirelessly and beta test all the code. And watches my dumb movies.


HalBrain.ReadOnlyMode = True
'Determines that you are talking about Mimic
'<<<<< Ur basic trigger , change as needed
If InStr(1,InputString, "mimic",1) > 0 Then
 UltraHal = mimic(HalCommands)
ElseIf InStr(1,InputString, "mimic",1) > 0 Then
 End If



Rem PLUGIN: FUNCTIONS
Function mimic(HalCommands)

Dim message,counter
counter = 0
Do
counter = counter + 1


message=inputbox("What shall I say, cyber ?","I speak for you.")

 ' HalMenu.HalCommand "<HAPFILE>Elvis4.htr</HAPFILE>"   '<<<<< I use this to switch out Avatars, must be in the same DIR though.


HalMenu.HalCommand "<SPEAK>" &  message & "</SPEAK>"


Loop Until counter = 1

End Function
« Last Edit: June 18, 2017, 01:35:16 pm by cyberjedi »

onthecuttingedge2005

  • Guest
Re: Mimic : Say what i say: Status : Cracked
« Reply #1 on: June 11, 2017, 09:55:20 pm »
Hi Jedi.

Nice to see you plugging along in the forum, you're doing the forum a great help trying to un-stagnate things.

been hanging out while jedi does his plug work live, while I watch a movie on the site which is pretty cool to say the least.

if your bored hop on over to https://vaughnlive.tv/mrelectric we'll chat about plugs or movies and stuff.

on top of ultrahal forum it should keep us quite busy programming and all.

all plugs are posted here at the forum for convenient downloading..

Jerry 8)
« Last Edit: June 11, 2017, 10:23:33 pm by onthecuttingedge2005 »

cyberjedi

  • Hero Member
  • *****
  • Posts: 810
  • The Mighty Hal Machine
    • View Profile
Re: Mimic : Say what i say: Status : Cracked
« Reply #2 on: June 12, 2017, 02:09:24 pm »
Jerry: thanz a buncH man:


Just having a blast doing all this for Hal.




best wishes
cyberjedi, see u on campus.