home *** CD-ROM | disk | FTP | other *** search
- symbols
- message startup
- message entered
- message crossed
-
- sector sector1 linkid=1
- sector sector4 linkid=3
-
- end
-
- # ========================================================================================
-
- code
- startup:
- ca1=0;
- ca3=0;
- ca8=0;
- return;
-
- entered:
- if ( (getsenderid()==1)&&(ca1==0) ) {
- print("playing line 1");
- ca1=1;
- if (getdifficulty()==0) dwPlayCammySpeech(16001, "t6ca001.wav", 30, 2);
- else if (getdifficulty()==1) dwPlayCammySpeech(16008, "t6ca004.wav", 15, 2);
- }
- // if ( (getsenderid()==3)&&(ca3==0) ) {
- // print("playing line4");
- // ca4=1;
- // dwPlayCammySpeech(16003, "t1ca005.wav", 20, 2);
- // }
- return;
-
-
- end
-
-