home *** CD-ROM | disk | FTP | other *** search
/ Singles (French) / Singles-FrenchVersion-Win95.iso / data1.cab / GameObject / kitchenTable.ago < prev    next >
Text File  |  2004-03-05  |  1KB  |  118 lines

  1.  
  2. TableGOResource object
  3. {
  4.     
  5.     walkabilityResourceNameArray
  6.     {
  7.         0 = tableOldSchool
  8.     }
  9.     
  10.     stateMachineResourceNameArray
  11.     {
  12.         0 = kitchenTable
  13.     }
  14.     
  15.     behaviors
  16.     {
  17.          0 = table
  18.          1 = cleanable
  19.     }
  20.     
  21.         
  22.     actionPoints
  23.     {
  24.         
  25.         front1
  26.         {
  27.             position =  1.2 -0.25
  28.             direction =  -1.0 0.0 
  29.         }
  30.         front2
  31.         {
  32.             position =  -1.2 -0.25
  33.             direction =  1.0 0.0 
  34.         }
  35.         chair1
  36.         {
  37.             position =  -0.5 0.5
  38.             direction =  0.0 -1.0
  39.         }
  40.         
  41.         chair2
  42.         {
  43.             position =  0.0 0.5
  44.             direction =  0.0 -1.0
  45.         }
  46.  
  47.         chair3
  48.         {
  49.             position = 0.5 0.5
  50.             direction = 0.0 -1.0 
  51.         }
  52.         
  53.         chair4
  54.         {
  55.             position =  -0.5 -1.0
  56.             direction = 0.0  1.0
  57.         }
  58.         
  59.         chair5
  60.         {
  61.             position = 0.0 -1.0
  62.             direction = 0.0 1.0 
  63.         }
  64.  
  65.         chair6
  66.         {
  67.             position = 0.5 -1.0
  68.             direction = 0.0 1.0 
  69.         }
  70.         chair7
  71.         {
  72.             position = 1.0 -0.5
  73.             direction = -1.0 0.0 
  74.         }
  75.         
  76.         chair8
  77.         {
  78.             position = 1.0 0.0
  79.             direction = -1.0 0.0 
  80.         }
  81.         
  82.         chair9
  83.         {
  84.             position = -1.0 -0.5
  85.             direction = 1.0 0.0 
  86.         }
  87.  
  88.         chair10
  89.         {
  90.             position = -1.0 0.0
  91.             direction = 1.0 0.0 
  92.         }
  93.     }
  94.     
  95.     tableHeight = 0.8
  96.     
  97.     activityModifiers
  98.     {
  99.         clean
  100.         {
  101.         }
  102.     }
  103.         
  104.     roomFunctions
  105.     {
  106.         table
  107.         {
  108.             0
  109.             {
  110.                 roomType = KITCHEN
  111.                 roomValue = 0.48
  112.             }
  113.         }
  114.     }
  115.     
  116.     price = 190
  117. }
  118.