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

  1. StandardGOResource object
  2. {
  3.     
  4.     parentResource = tablet
  5.  
  6.     sceneGraphResourceName = tabletDinner
  7.  
  8. #    activityModifiers
  9. #    {
  10. #        eat
  11. #        {
  12. #            # modifies activity influences
  13. #            influenceModifiers
  14. #            {
  15. #                0
  16. #                {
  17. #                    condition = NEED_HUNGER
  18. #                    
  19. #                    # value, startValue, stopValue
  20. #                    type = value
  21. #                    
  22. #                    # the operation
  23. #                    # ADD, SUB, MUL, DIV, SET, MIN, MAX
  24. #                    operation = MUL
  25. #                    
  26. #                    # the operand value (float)
  27. #                    value = 1.0
  28. #                }
  29. #            }
  30. #        }
  31. #    }
  32.     
  33.     Wonderlib::ObjectData objectData
  34.     {
  35.         attributes
  36.         {
  37.             float tableYPosition = 0.35
  38.             String buttonText = pm_eatDinner
  39.             String activity = eatDinner
  40.             String glass = wineglass
  41.         }
  42.     }
  43.     
  44.     
  45.     price = 20
  46. }
  47.