54
« on: February 04, 2008, 07:45:24 am »
Can you post a link to download this file. All I get when I click the link in the forum is the scripts. Being programing illiterate I have no idea how to use the scripts. Thanks in advance.
ps. oops sorry, I didn't realize I had already asked this...brain fart. I tried to dowload the file and when I clciked on the link it opened the scrips instead of a download window:
[Rem Type=Plugin
Rem Name=Counting and alphabet v2.1
Rem Author=R.A.McCoid 2007, OnTheCuttingEdge2005(Helped)
Rem Host=All
'------------------------------------------------------------------
'This sub setups the plug-ins option panel in Hal's options dialog
'------------------------------------------------------------------
Sub OptionsPanel()
lblPlugin(0).Caption = "This script will allow HAL to be able to count up or down and recite the alphabet forwards or in reverse or tell you what letter or number is before or after a specified letter or number. There is also a guess the number game, called 'Number Find'. Just ask how to play 'Number Find' to find out what to do."
lblPlugin(0).Move 120, 10, 3300, 1000
lblPlugin(0).WordWrap = True
lblPlugin(0).Visible = True
End Sub]
This is what I get by clicking the download link. Not sure what to do with this.. sorry, just not very computer savy these days..lol.