|
@@ -246,6 +246,69 @@ if bigdildo = 1:'Do you have a long dildo 25 cm.'
|
|
|
if extradildo = 1:'Do you have a long dildo 30 cm.'
|
|
|
if superdildo = 1:'Do you have a long dildo 35 cm.'
|
|
|
if maddildo = 1:'Do you have a long dildo 40 cm.'
|
|
|
+}!
|
|
|
+if dildo + middildo + largedildo + bigdildo + extradildo + superdildo + maddildo ! 0:
|
|
|
+ if dildohand ! 0: *pl & *pl 'You are using a <<dildohand>>cm long dildo.'
|
|
|
+
|
|
|
+ *pl
|
|
|
+
|
|
|
+ if dildo = 1:
|
|
|
+ if dildohand = 10:
|
|
|
+ *pl '<a href="exec:dildohand = 0 & gt $curloc">Stop</a> using a 10cm long dildo.'
|
|
|
+ else
|
|
|
+ *pl '<a href="exec:dildohand = 10 & gt $curloc">Start</a> using a 10cm long dildo.'
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
+ if middildo = 1:
|
|
|
+ if dildohand = 15:
|
|
|
+ *pl '<a href="exec:dildohand = 0 & gt $curloc">Stop</a> using a 15cm long dildo.'
|
|
|
+ else
|
|
|
+ *pl '<a href="exec:dildohand = 15 & gt $curloc">Start</a> using a 15cm long dildo.'
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
+ if largedildo = 1:
|
|
|
+ if dildohand = 20:
|
|
|
+ *pl '<a href="exec:dildohand = 0 & gt $curloc">Stop</a> using a 20cm long dildo.'
|
|
|
+ else
|
|
|
+ *pl '<a href="exec:dildohand = 20 & gt $curloc">Start</a> using a 20cm long dildo.'
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
+ if bigdildo = 1:
|
|
|
+ if dildohand = 25:
|
|
|
+ *pl '<a href="exec:dildohand = 0 & gt $curloc">Stop</a> using a 25cm long dildo.'
|
|
|
+ else
|
|
|
+ *pl '<a href="exec:dildohand = 25 & gt $curloc">Start</a> using a 25cm long dildo.'
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
+ if extradildo = 1:
|
|
|
+ if dildohand = 30:
|
|
|
+ *pl '<a href="exec:dildohand = 0 & gt $curloc">Stop</a> using a 30cm long dildo.'
|
|
|
+ else
|
|
|
+ *pl '<a href="exec:dildohand = 30 & gt $curloc">Start</a> using a 30cm long dildo.'
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
+ if superdildo = 1:
|
|
|
+ if dildohand = 35:
|
|
|
+ *pl '<a href="exec:dildohand = 0 & gt $curloc">Stop</a> using a 35cm long dildo.'
|
|
|
+ else
|
|
|
+ *pl '<a href="exec:dildohand = 35 & gt $curloc">Start</a> using a 35cm long dildo.'
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
+ if maddildo = 1:
|
|
|
+ if dildohand = 40:
|
|
|
+ *pl '<a href="exec:dildohand = 0 & gt $curloc">Stop</a> using a 40cm long dildo.'
|
|
|
+ else
|
|
|
+ *pl '<a href="exec:dildohand = 40 & gt $curloc">Start</a> using a 40cm long dildo.'
|
|
|
+ end
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
|
|
|
if horny > 0:
|
|
|
act 'caress the clitoris':
|
|
@@ -534,9 +597,11 @@ end
|
|
|
|
|
|
if horny > 10:
|
|
|
if dildo >= 1 or middildo = 1 or largedildo = 1 or bigdildo = 1 or extradildo = 1 or superdildo = 1 or maddildo = 1:
|
|
|
+
|
|
|
if dildohand > 0:
|
|
|
- 'In your hands <<dildohand>>five inch dildo'
|
|
|
- if vgape <= 0:
|
|
|
+ ! WD: Fix Dildo choice Code ~ refer above
|
|
|
+ ! 'In your hands <<dildohand>>five inch dildo'
|
|
|
+ if vgape <= 0:
|
|
|
act 'Dildo in pussy':
|
|
|
cls
|
|
|
minut += 15
|
|
@@ -607,6 +672,7 @@ if horny > 10:
|
|
|
if maddildo = 1:
|
|
|
act 'take 40cm long dildo':dildohand = 40 & gt $curloc
|
|
|
end
|
|
|
+ }!
|
|
|
end
|
|
|
end
|
|
|
end
|