Results 1 to 6 of 6

Thread: Dude! You're never going to believe this!!!

  1. #1

    Thread Starter
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Dude! You're never going to believe this!!!

    VB Code:
    1. Dim viewer As [color=blue]Person[/color]
    2.  
    3. If viewer = True Then
    4.    Pistol.Loaded = True
    5.    Pistol.Fire = True
    6. Else
    7.    Pistol.Loaded = True
    8.    Pistol.Fire = True
    9. End If



    he he he....

  2. #2
    Frenzied Member mar_zim's Avatar
    Join Date
    Feb 2004
    Location
    Toledo Cebu City.
    Posts
    1,416

    Re: Dude! You're never going to believe this!!!

    yeah it's hard to believe.

  3. #3
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: Dude! You're never going to believe this!!!

    hmm... you would expect that Pistol.Fire is a procedure, not a property.

    I thought it would be

    VB Code:
    1. Pistol.Loaded = True
    2. Call Pistol.Fire
    or even

    VB Code:
    1. If Pistol.Loaded = True Then
    2.    Call Pistol.Fire
    3. Else
    4.    Call Pistol.Load
    5.    Call Pistol.Fire
    6. End If

    Really, it is unbelivable.

  4. #4

    Thread Starter
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Dude! You're never going to believe this!!!

    Unless...

    VB Code:
    1. If viewer = True Then
    2.    Call Pistol.Load
    3.    If Pistol.Malfunction = False Then
    4.       Call FirePistol
    5.    Else
    6.       Call Pistol.Reload
    7.    End If
    8. Else
    9.    Call Pistol.Load
    10.    If Pistol.AtSelf = True Then
    11.       Call FirePistol
    12.    End If
    13. End If

    I still can't believe it.

  5. #5
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: Dude! You're never going to believe this!!!

    Nah... mine's better. You overcomplicated your's

  6. #6

    Thread Starter
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Dude! You're never going to believe this!!!

    Nah.. just added the suicidal part that you forgot.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width