home *** CD-ROM | disk | FTP | other *** search
- if(tipe <= 10 and tipe2 <= 10)
- {
- r.zrock.start();
- }
- else
- {
- if(tipe == 11 or tipe2 == 11)
- {
- r.ztv.start();
- }
- if(tipe == 12 or tipe2 == 12)
- {
- r.zspeaker.start();
- }
- if(tipe == 13 or tipe2 == 13)
- {
- r.ztv.start();
- }
- if(tipe <= 10 or tipe2 <= 10)
- {
- r.zrock.start();
- }
- }
- makecrash(tipe,tipe2,8);
-