User Tools

Site Tools


tasks:soundboard_2
Title:soundboard_2
Sex: Female T Male T Trans T
Require:
Limits:
;test sounds shortwhip.wav, swat.wav, tom.wav, whip.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:shortwhip.wav,swat.wav,tom.wav,whip.wav
  ;
  if:(LASTASK==1)
    sound:shortwhip.wav
  fi:
  ;
  if:(LASTASK==2)
    sound:swat.wav
  fi:
  ;
  if:(LASTASK==3)
    sound:tom.wav
  fi:
  ;
  if:(LASTASK==4)
    sound:whip.wav
  fi:
  ;
  show:Would you like to hear another sound?
  choice:Yes,No
  ;
  if:(LASTASK==2)
    settemp1:0
  fi:
  ;
endwhile:
;
tasks/soundboard_2.txt · Last modified: 2017/11/02 20:36 (external edit)