home *** CD-ROM | disk | FTP | other *** search
- symbols
- message startup
- message entered
- message crossed
-
- sector sector1 linkid=1
- sector sector3 linkid=3
- sector sector4 linkid=4
- sector sector7 linkid=7
- sector sector8 linkid=8
-
-
-
- end
-
- # ========================================================================================
-
- code
- startup:
- ca1=0;
- ca3=0;
- ca4=0;
- ca7=0;
- ca8=0;
- if (getdifficulty()==0) dwPlayCammySpeech(16000, "t2ca001.wav", 30, 2);
- else dwPlayCammySpeech(16002, "t2ca004.wav", 30, 2);
- return;
-
- entered:
- if ( (getsenderid()==1)&&(ca1==0) ) {
- print("playing line 1");
- ca1=1;
- dwPlayCammySpeech(16001, "t2ca002.wav", 30, 2);
- }
- if ( (getsenderid()==3)&&(ca3==0) ) {
- print("playing line3");
- ca3=1;
- dwPlayCammySpeech(16003, "t1ca005.wav", 20, 2);
- }
- if ( (getsenderid()==4)&&(ca4==0) ) {
- print("playing line4");
- ca4=1;
- dwPlayCammySpeech(16004, "t2ca006.wav", 20, 2);
- }
- if ( (getsenderid()==7)&&(ca7==0) ) {
- print("playing line4");
- ca4=1;
- dwPlayCammySpeech(16007, "t2ca007.wav", 20, 2);
- }
- if ( (getsenderid()==8)&&(ca8==0) ) {
- ca8=1;
- dwPlayCammySpeech(16008, "t2ca008.wav", 15, 2);
- }
- return;
-
-
- end
-
-