Thread: [PI] - Dclaws

Results 1 to 3 of 3
  1. #1 [PI] - Dclaws 
    Respected Member


    George's Avatar
    Join Date
    Mar 2009
    Posts
    7,099
    Thanks given
    2,226
    Thanks received
    3,146
    Rep Power
    5000
    What's wrong with this?

    Code:
    if(usingClaws) {
       clawDelay = 3;
       if(clawDelay > 0) {
          clawDelay--;
       }
       if(clawDelay == 0) {
          clawDelay = 0;
          usingClaws = false;
       }
       if(clawDelay == 1) {
          doubleHit = true;
       }
       if(clawDelay == 2) {
          doubleHit = true;
       }
    }
    Attached image

    Spoiler for Spoilers!:
    Attached image
    Attached image
    Attached image
    Attached image
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Sep 2007
    Posts
    1,838
    Thanks given
    22
    Thanks received
    21
    Rep Power
    0
    what's it do thats wrong?
    Reply With Quote  
     

  3. #3  
    Respected Member


    George's Avatar
    Join Date
    Mar 2009
    Posts
    7,099
    Thanks given
    2,226
    Thanks received
    3,146
    Rep Power
    5000
    Quote Originally Posted by iAM Cigam View Post
    what's it do thats wrong?
    It doesn't append the hits. Etc 0-0-0-0.
    Attached image

    Spoiler for Spoilers!:
    Attached image
    Attached image
    Attached image
    Attached image
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

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