|
@@ -350,7 +350,7 @@ if $ARGS[0] = '3':
|
|
'<center><img src="images/shared/drugs/dur.jpg"></center>'
|
|
'<center><img src="images/shared/drugs/dur.jpg"></center>'
|
|
'You snort some White Lady, feeling dizzy for a moment. After that you feel fantastic, and incredibly horny.'
|
|
'You snort some White Lady, feeling dizzy for a moment. After that you feel fantastic, and incredibly horny.'
|
|
|
|
|
|
- act 'Continue':gt 'mey_home'
|
|
|
|
|
|
+ act 'Continue':gt 'mey_home', 3
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|
|
|
|
@@ -358,13 +358,13 @@ if $ARGS[0] = '3':
|
|
act 'Wear underwear':
|
|
act 'Wear underwear':
|
|
cla
|
|
cla
|
|
tanga = 1
|
|
tanga = 1
|
|
- gt 'mey_home'
|
|
|
|
|
|
+ gt 'mey_home', 3
|
|
end
|
|
end
|
|
elseif tanga = 1:
|
|
elseif tanga = 1:
|
|
act 'Take off your underwear':
|
|
act 'Take off your underwear':
|
|
cla
|
|
cla
|
|
tanga = 0
|
|
tanga = 0
|
|
- gt 'mey_home'
|
|
|
|
|
|
+ gt 'mey_home', 3
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|
|
|
|
@@ -378,7 +378,7 @@ if $ARGS[0] = '3':
|
|
minut += waiting
|
|
minut += waiting
|
|
end
|
|
end
|
|
|
|
|
|
- act 'Take a look at the clock':gt curloc
|
|
|
|
|
|
+ act 'Take a look at the clock':gt 'mey_home', 3
|
|
end
|
|
end
|
|
|
|
|
|
if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
|
|
if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
|