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

  1. StandardGOResource object
  2. {
  3.     
  4.     parentResource = tablet
  5.  
  6.     sceneGraphResourceName = tabletPizza
  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 = 0.6
  28. #                }
  29. #            }
  30. #        }
  31. #    }
  32.     
  33.     
  34.     Wonderlib::ObjectData objectData
  35.     {
  36.         attributes
  37.         {
  38.             float tableYPosition = 0.35
  39.             String buttonText = pm_eatPizza
  40.             String activity = eatPizza
  41.             String glass = spritecan
  42.         }
  43.     }
  44.     
  45.     
  46.     price = 20
  47. }
  48.