home *** CD-ROM | disk | FTP | other *** search
- if(_root.c == "1" && _root.difficulty != 3)
- {
- intelligence = 5;
- skill = 11;
- strength = 8;
- }
- if(_root.c == "1" && _root.difficulty == "3")
- {
- intelligence = 0;
- skill = 6;
- strength = 3;
- }
- if(_root.c == "2" && _root.difficulty != 3)
- {
- intelligence = 9;
- skill = 14;
- strength = 7;
- }
- if(_root.c == "2" && _root.difficulty == "3")
- {
- intelligence = 4;
- skill = 9;
- strength = 2;
- }
- if(_root.c == "3" && _root.difficulty != 3)
- {
- intelligence = 10;
- skill = 13;
- strength = 5;
- }
- if(_root.c == "3" && _root.difficulty == "3")
- {
- intelligence = 5;
- skill = 8;
- strength = 0;
- }
- if(_root.c == "4" && _root.difficulty != 3)
- {
- intelligence = 8;
- skill = 12;
- strength = 6;
- }
- if(_root.c == "4" && _root.difficulty == "3")
- {
- intelligence = 3;
- skill = 7;
- strength = 1;
- }
- gold = 0;
- xp = 0;
- level = 1;
-