home *** CD-ROM | disk | FTP | other *** search
- # Droids COG Script
- #
- # 03_cammystart.cog
- #
- # Desc: at start of mission, cammy says her initial line
- #
- # 03/24/98 [JP] created
- # ========================================================================================
-
- symbols
- message startup
- message timer
-
- end
-
- code
- startup:
- sleep(3);
- dwplaycammyspeech(16000, "M3CA001.wav", 5, 2);
- return;
-
- timer:
- return;
-
- end
-
-
-