|
@@ -1,17 +1,5 @@
|
|
|
# booty_call
|
|
|
|
|
|
-if $ARGS[0] = 'draw':
|
|
|
- ! this routine should invoke a the booty call sms from random friend in $lover list
|
|
|
- ! but I cannnot randomize the time because the probability is 100 % now
|
|
|
- ! I suppose that the routine will be modified later to take in account the lovers preferences
|
|
|
- if booty_call['A0'] ! daystart :
|
|
|
- $lover_drawn = $fuckbuddy[rand(0,arrsize('$fuckbuddy')-1)]
|
|
|
- gs 'booty_call_sms', 'start',$lover_drawn
|
|
|
- gs 'booty_call_sms', 'Add SMS', $lover_drawn
|
|
|
- booty_call['A0'] = daystart
|
|
|
- end
|
|
|
-end
|
|
|
-
|
|
|
if $ARGS[0] = 'text':
|
|
|
!! boy code?
|
|
|
!! IMAGE HERE
|