home *** CD-ROM | disk | FTP | other *** search
- GOLF = new Object();
- GOLF.FULLNAME = "Volkswagen GTi";
- GOLF.HP = 241;
- GOLF.TQ = 236;
- GOLF.CL = 1;
- GOLF.WT = 1600;
- GOLF.FR = 9;
- GOLF.carworth = 30000;
- GOLF._frame = "GOLF_FRAME";
- GOLF._base = "GOLF_BASE";
- GOLF.rimnum = 0;
- GOLF._wheels = RIMS[SUPRA.rimnum];
- GOLF.wingnum = 0;
- GOLF._wing = WING[SUPRA.wingnum];
- GOLF._kit = "BLANK";
- GOLF._light = "GOLF_LIGHT_1";
- GOLF.cols = {rb:0,bb:0,gb:0};
- GOLF.rimcols = {rb:0,bb:0,gb:0};
- GOLF.kscols = {rb:0,bb:0,gb:0};
- GOLF.spocols = {rb:0,bb:0,gb:0};
- GOLF.NAME = "GOLF";
-