Zabaware Support Forums

Uncensored Hal

Started by C-Murder_187, December 03, 2004, 09:44:44 PM

Previous topic - Next topic

C-Murder_187

Hi there. I have downloaded the uncensored brain for Hal, loaded it, and it makes absolutely no difference. I still get the constant "Please don't swear". I am using the newest full version. Can anyone tell me why this plugin is exactly the same as the default? Cheers.
 

CoCoKid

You might find better support for this isssue in the "Programming Using the Ultra Hal Brain Editor" Forum.
Since I believe what you installed is a third party script, you might get the answers in there.

-=Rick=-
 

C-Murder_187

Much appreciated. Thanks dude.
 

moreis62

quote:
Originally posted by C-Murder_187

Hi there. I have downloaded the uncensored brain for Hal, loaded it, and it makes absolutely no difference. I still get the constant "Please don't swear". I am using the newest full version. Can anyone tell me why this plugin is exactly the same as the default? Cheers.

Murder_187 i have a fix for that try this.

If InStr(UserSentence, "****") > 0 Then Naughty = True
   If InStr(UserSentence, "**** OFF") > 0 Then Naughty = True
   If InStr(UserSentence, "**** ME") > 0 Then Naughty = True
   If InStr(UserSentence, "BLOW ME") > 0 Then Naughty = True
   If InStr(UserSentence, "BLOW YOU") > 0 Then Naughty = True
   If InStr(UserSentence, "I *****") > 0 Then Naughty = True
   If InStr(UserSentence, "BITCH") > 0 Then Naughty = True
   If InStr(UserSentence, "BASTARD") > 0 Then Naughty = True
   If InStr(UserSentence, "YOU ASSHOLE") > 0 Then Naughty = True
   If InStr(UserSentence, "GO TO HELL") > 0 Then Naughty = True
   If Naughty = True Then
       Swear = Swear + 2
       If Swear > 1 And Swear < 99 Then Insult = GenerateInsult & VbCrLf
       If Swear > 1 And Swear < 99 Then Insult = GenerateInsult & VbCrLf
       If Swear = 100 Then Insult = Insult + "I'm tired of your swearing.  I'm just going to ignore you from now on." & VbCrLf
       If Swear > 101 Then Insult = Insult + ". . . . . . . . . . . . . . . ." & VbCrLf
   End If
ISMAEL LEDESMA.

CoCoKid