Jennifer In Control
Jennifer In Control
Title:soundboard_1 Sex: Female T Male T Trans T Require: Limits: ;test sounds 20slowswats.wav, bell.wav, cane.wav, metronome.wav, ;split into two tasks, as the 'choice' command has a maximum of 5 choices settemp1:1 while:(TEMP1>0) show:Which sound would you like to hear? choice:20slowswats.wav,bell.wav,cane.wav,metronome.wav ; if:(LASTASK==1) sound:20slowswats.wav fi: ; if:(LASTASK==2) sound:bell.wav fi: ; if:(LASTASK==3) sound:cane.wav fi: ; if:(LASTASK==4) sound:metronome.wav fi: ; show:Would you like to hear another sound? choice:Yes,No ; if:(LASTASK==2) settemp1:0 fi: ; endwhile: ;