• Visit Rebornbuddy
  • Buy mats, craft, undercut, cancel, undercut profile

    Discussion in 'Requests' started by whatsayu, Feb 17, 2012.

    1. whatsayu

      whatsayu Member

      Joined:
      Aug 8, 2010
      Messages:
      83
      Likes Received:
      0
      Trophy Points:
      6
    2. thephoenix25

      thephoenix25 New Member

      Joined:
      Jan 15, 2010
      Messages:
      289
      Likes Received:
      4
      Trophy Points:
      0
      After a brief look at your profile this is what I see.

      Looks to me that you are using var2 to help regulate the time interval between actions. Problem being once one of the if statements in the final while loop is executed, var2 is reset to the current time. The result will be that the other if statements in the while loop will be false and therefor never executed.

      Maybe strip the if statements down to
      if (my time interval) then
      {
      if (my settings) then do stuff
      if (my other settings) then do other stuff
      .
      etc
      }

      If that doesn't help, I'd need to know exactly what you are trying to do, as I don't have the time to try to decypher your profile.
       
    3. whatsayu

      whatsayu Member

      Joined:
      Aug 8, 2010
      Messages:
      83
      Likes Received:
      0
      Trophy Points:
      6
      Hmm, I don't really understand that part of the profile myself. I got it from a profile i found in the PB thread. I just added the buy, craft, sell parts.
       

    Share This Page