View Single Post
Old 01-06-2008, 18:10   #573
farsite
Inactive
 
Join Date: Jun 2008
Posts: 1
farsite is on a distinguished roadfarsite is on a distinguished road
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()
      }
SYNTAX ERROR Line 01 MISSING {
farsite is offline   Reply With Quote