|
@@ -28,7 +28,14 @@ if $ARGS[0] = 'start':
|
|
|
|
|
|
act 'Check birth control': gt 'stol', 'bc'
|
|
|
|
|
|
- gs 'stol', 'strapon'
|
|
|
+ killvar '$stol_loc_temp'
|
|
|
+ if strapon = 1:
|
|
|
+ if dildo + middildo + largedildo + bigdildo + extradildo + superdildo + maddildo > 0:
|
|
|
+ act 'Check out your strapon harness': $stol_loc_temp = 'start' & gt 'stol', 'strapon'
|
|
|
+ else
|
|
|
+ act 'Check out your strapon harness': '<br>You don''t have any dildos to attach to your strapon harness'
|
|
|
+ end
|
|
|
+ end
|
|
|
|
|
|
if siga > 0:
|
|
|
act 'Hide some cigarettes in your drawer':
|
|
@@ -152,7 +159,14 @@ if $ARGS[0] = 'stolPar':
|
|
|
act 'Finish all of your homework (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
end
|
|
|
|
|
|
- gs 'stol', 'strapon'
|
|
|
+ killvar '$stol_loc_temp'
|
|
|
+ if strapon = 1:
|
|
|
+ if dildo + middildo + largedildo + bigdildo + extradildo + superdildo + maddildo > 0:
|
|
|
+ act 'Check out your strapon harness': $stol_loc_temp = 'stolPar' & gt 'stol', 'strapon'
|
|
|
+ else
|
|
|
+ act 'Check out your strapon harness': '<br>You don''t have any dildos to attach to your strapon harness'
|
|
|
+ end
|
|
|
+ end
|
|
|
|
|
|
if siga > 0:
|
|
|
act 'Hide some cigarettes in your drawer':
|
|
@@ -221,44 +235,21 @@ if $ARGS[0] = 'stolPar':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'strapon':
|
|
|
-!! use gs 'boyStat', 'D<<strapnumber>>' to recall which dildo is attached?
|
|
|
- if strapon = 1:
|
|
|
- if dildo + middildo + largedildo + bigdildo + extradildo + superdildo + maddildo > 0:
|
|
|
- act 'Check out your strapon harness':
|
|
|
- *clr
|
|
|
- '<center><h1>Desk</h1></center>'
|
|
|
- '<center><img <<$set_imgh>> src="images/shared/home/bedroom/stol.jpg"></center>'
|
|
|
- *nl
|
|
|
- if strapnumber = 0:
|
|
|
- 'Your strapon harness doesn''t have a dildo attached to it.'
|
|
|
- elseif strapnumber = 1:
|
|
|
- 'Your 10cm dildo is attached to your strapon harness.'
|
|
|
- elseif strapnumber = 2:
|
|
|
- 'Your 15cm dildo is attached to your strapon harness.'
|
|
|
- elseif strapnumber = 3:
|
|
|
- 'Your 20cm dildo is attached to your strapon harness.'
|
|
|
- elseif strapnumber = 4:
|
|
|
- 'Your 25cm dildo is attached to your strapon harness.'
|
|
|
- elseif strapnumber = 5:
|
|
|
- 'Your 30cm dildo is attached to your strapon harness.'
|
|
|
- elseif strapnumber = 6:
|
|
|
- 'Your 35cm dildo is attached to your strapon harness.'
|
|
|
- elseif strapnumber = 7:
|
|
|
- 'Your 40cm dildo is attached to your strapon harness.'
|
|
|
- end
|
|
|
- *nl
|
|
|
- if dildo = 1: '<a href="exec:strapnumber = 1 & gt ''stol'', ''stolPar''">Attach</a> your 10cm long dildo.'
|
|
|
- if middildo = 1: '<a href="exec:strapnumber = 2 & gt ''stol'', ''stolPar''">Attach</a> your 15cm long dildo.'
|
|
|
- if largedildo = 1: '<a href="exec:strapnumber = 3 & gt ''stol'', ''stolPar''">Attach</a> your 20cm long dildo.'
|
|
|
- if bigdildo = 1: '<a href="exec:strapnumber = 4 & gt ''stol'', ''stolPar''">Attach</a> your 25cm long dildo.'
|
|
|
- if extradildo = 1: '<a href="exec:strapnumber = 5 & gt ''stol'', ''stolPar''">Attach</a> your 30cm long dildo.'
|
|
|
- if superdildo = 1: '<a href="exec:strapnumber = 6 & gt ''stol'', ''stolPar''">Attach</a> your 35cm long dildo.'
|
|
|
- if maddildo = 1: '<a href="exec:strapnumber = 7 & gt ''stol'', ''stolPar''">Attach</a> your 40cm long dildo.'
|
|
|
- end
|
|
|
- else
|
|
|
- act 'Check out your strapon harness': '<br>You don''t have any dildos to attach to your strapon harness'
|
|
|
- end
|
|
|
- end
|
|
|
+!! use gs 'boyStat', 'D<<strapnumber>>' to recall which dildo is attached
|
|
|
+ *clr
|
|
|
+ '<center><h1>Desk</h1></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/shared/home/bedroom/stol.jpg"></center>'
|
|
|
+ *nl
|
|
|
+ if strapnumber = 0: 'Your strapon harness doesn''t have a dildo attached to it.'
|
|
|
+ *nl
|
|
|
+ if dildo = 1: iif(strapnumber = 1, 'Your 10cm dildo is attached to your strapon harness.', '<a href="exec:strapnumber = 1 & gt ''stol'', ''strapon''">Attach</a> your 10cm long dildo.')
|
|
|
+ if middildo = 1: iif(strapnumber = 2, 'Your 15cm dildo is attached to your strapon harness.','<a href="exec:strapnumber = 2 & gt ''stol'', ''strapon''">Attach</a> your 15cm long dildo.')
|
|
|
+ if largedildo = 1: iif(strapnumber = 3, 'Your 20cm dildo is attached to your strapon harness.','<a href="exec:strapnumber = 3 & gt ''stol'', ''strapon''">Attach</a> your 20cm long dildo.')
|
|
|
+ if bigdildo = 1: iif(strapnumber = 4, 'Your 25cm dildo is attached to your strapon harness.','<a href="exec:strapnumber = 4 & gt ''stol'', ''strapon''">Attach</a> your 25cm long dildo.')
|
|
|
+ if extradildo = 1: iif(strapnumber = 5, 'Your 30cm dildo is attached to your strapon harness.','<a href="exec:strapnumber = 5 & gt ''stol'', ''strapon''">Attach</a> your 30cm long dildo.')
|
|
|
+ if superdildo = 1: iif(strapnumber = 6, 'Your 35cm dildo is attached to your strapon harness.','<a href="exec:strapnumber = 6 & gt ''stol'', ''strapon''">Attach</a> your 35cm long dildo.')
|
|
|
+ if maddildo = 1: iif(strapnumber = 7, 'Your 40cm dildo is attached to your strapon harness.','<a href="exec:strapnumber = 7 & gt ''stol'', ''strapon''">Attach</a> your 40cm long dildo.')
|
|
|
+ act 'Back': gt 'stol', $stol_loc_temp
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'bc':
|