Jennifer In Control
Jennifer In Control
Title:test 1 Sex: Female T Male T Trans T Require: Limits: ;Loop that adds chastity time until a button is pressed ; ;This first section appears to be necessary to set a value to LASTASK so that the loop works settemp1:0 show:HURRY UP! wbutton:10:STOP! ; if:(LASTASK==0) show:Well done, SNAME. button:Thank you, DNAME. fi: ; if:(LASTASK>0) ;Add chastity line goes here settemp1:(TEMP1+1) show:Too slow! Adding one day to your chastity time, slave! wait:3 fi: ; ; while:(LASTASK>0) show:TEMP1 days in chastity added so far... wbutton:7:STOP! if:(LASTASK>0) ;Add chastity line goes here settemp1:(TEMP1+1) show:Too slow! Adding one day, to your chastity time, slave. wait:3 fi: ; ; endwhile: ; ; if:(LASTASK==0) show:Well done, SNAME. Enjoy your TEMP1 extra days in chastity! button:Thank you, DTITLE. fi: ;New Command ;New Command ;New Command ; ; ; ;