home *** CD-ROM | disk | FTP | other *** search
- function checkMedals()
- {
- var _loc2_ = 1;
- while(_loc2_ < 7)
- {
- if(savefile.data["S_" + _loc2_] == undefined)
- {
- this["S_" + _loc2_]._alpha = 10;
- }
- else
- {
- this["S_" + _loc2_]._alpha = 100;
- }
- _loc2_ = _loc2_ + 1;
- }
- }
- checkMedals();
-