home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / morbus.swf / scripts / DefineSprite_168 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  893 b   |  52 lines

  1. if(_root.c == "1" && _root.difficulty != 3)
  2. {
  3.    intelligence = 5;
  4.    skill = 11;
  5.    strength = 8;
  6. }
  7. if(_root.c == "1" && _root.difficulty == "3")
  8. {
  9.    intelligence = 0;
  10.    skill = 6;
  11.    strength = 3;
  12. }
  13. if(_root.c == "2" && _root.difficulty != 3)
  14. {
  15.    intelligence = 9;
  16.    skill = 14;
  17.    strength = 7;
  18. }
  19. if(_root.c == "2" && _root.difficulty == "3")
  20. {
  21.    intelligence = 4;
  22.    skill = 9;
  23.    strength = 2;
  24. }
  25. if(_root.c == "3" && _root.difficulty != 3)
  26. {
  27.    intelligence = 10;
  28.    skill = 13;
  29.    strength = 5;
  30. }
  31. if(_root.c == "3" && _root.difficulty == "3")
  32. {
  33.    intelligence = 5;
  34.    skill = 8;
  35.    strength = 0;
  36. }
  37. if(_root.c == "4" && _root.difficulty != 3)
  38. {
  39.    intelligence = 8;
  40.    skill = 12;
  41.    strength = 6;
  42. }
  43. if(_root.c == "4" && _root.difficulty == "3")
  44. {
  45.    intelligence = 3;
  46.    skill = 7;
  47.    strength = 1;
  48. }
  49. gold = 0;
  50. xp = 0;
  51. level = 1;
  52.