View Single Post
Old 09-05-2004, 04:39 PM   #4 (permalink)
blue_drac
 
Join Date: Mar 2004
Location: Skei's Haven, Krynn
Age: 34
Posts: 38
Default

Quote:
Originally Posted by KoJawn
UseSkill Hiding
If (JournalContains “can’t seem to hide”
UseSkill Hiding
Else
End If
If (JournalContains “can’t seem to hide”
UseSkill Hiding
Else
End If
If (JournalContains “can’t seem to hide”
UseSkill Hiding
Else
End If
If (JournalContains “can’t seem to hide”
UseSkill Hiding
Else
End If
what about nested Ifs instead?

Code:
   If (JournalContains “can’t seem to hide”
    UseSkill Hiding
    Else
    Useskill Hiding
      If (JournalContains “can’t seem to hide”
      UseSkill Hiding
      Else
      Useskill Hiding
        If (JournalContains “can’t seem to hide”
        UseSkill Hiding
        Else
        Useskill Hiding
           If (JournalContains “can’t seem to hide”
           UseSkill Hiding
           Else
           Useskill Hiding
             If (JournalContains “can’t seem to hide”
             UseSkill Hiding
             Else
             Useskill Hiding
           EndIf
        EndIf
      EndIf
    EndIf
  EndIf
blue_drac is offline   Reply With Quote