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

  1.  
  2. StandardGOResource object
  3. {
  4.     walkabilityResourceNameArray
  5.     {
  6.         0 = sofa
  7.     }
  8.     stateMachineResourceNameArray
  9.     {
  10.         0 = sofa
  11.     }
  12.     actionPoints
  13.     {
  14.         sit1
  15.         {
  16.             position = -0.75 0.56
  17.             direction = 0.0 -1.0
  18.         }
  19.         sit2
  20.         {
  21.             position = 0.0 0.56
  22.             direction = 0.0 -1.0
  23.         }
  24.         sit3
  25.         {
  26.             position = 0.75 0.56
  27.             direction = 0.0 -1.0
  28.         }
  29.         repair
  30.         {
  31.             position = 0.0 0.65
  32.             direction = 0.0 -1.0 
  33.         }
  34.     }
  35.  
  36.     
  37.     behaviors
  38.     {
  39.          0 = sofa
  40.          1 = watchSeat
  41.          2 = readSeat
  42.     }
  43.  
  44.     activityModifiers
  45.     {
  46.         sit
  47.         {
  48.         }
  49.         
  50.         nap
  51.         {
  52.             duration = 2
  53.             
  54.             # you can do only ein nickerchen a day
  55.             maxRepeatPerDay = 1
  56.         
  57.             influences
  58.             {
  59.                 0
  60.                 {
  61.                     condition = NEED_COMFORT
  62.                     value = 0.5
  63.                 }
  64.             }
  65.         }
  66.     }
  67.     
  68.     breakProbability = 0.01
  69. }
  70.