View Single Post
Old 09-04-2008, 21:16   #50
TraxData
Guest
 
Location: In a pretty place where the flowers grow.
Services: 25/25 Symetrical.
Posts: n/a
Re: All Chipped Cable Boxes Going Down

Quote:
Originally Posted by Raistlin View Post
Code:
vmAction()
     if boxBeingUsedByThief {
        locateHouse()
        removeBox()
        grabThief()
        while thief != blackAndBlue {
           beatThief()
           }
      }
      else {
           giveGoodService()
      }
Haha...now that's pure class!
  Reply With Quote