Changeset 1114


Ignore:
Timestamp:
08/18/11 19:14:17 (9 months ago)
Author:
znx
Message:

licking fun

Location:
trunk/plugins/en
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/en/action_complex_hands.tcl

    r1111 r1114  
    236236        set bodyPaintNick [bMotion_plugins_settings_get "complexaction:hands" "paint_nick" "" ""] 
    237237        set bodyPaintChannel [bMotion_plugins_settings_get "complexaction:hands" "paint_channel" "" ""] 
    238         bMotionDoAction $bodyPaintChannel $bodyPaintNick "/gets bored of waiting for %% and licks the body paint off by herself instead" 
     238        if {$bodyPaintNick != ""} { 
     239          bMotionDoAction $bodyPaintChannel $bodyPaintNick "/gets bored of waiting for %% and licks the body paint off by herself instead" 
     240        } 
    239241        bMotion_plugins_settings_set "complexaction:hands" "paint_nick" "" "" "" 
    240242        bMotionGetHorny 
  • trunk/plugins/en/complex_unf.tcl

    r936 r1114  
    1515   
    1616proc bMotion_plugin_complex_unf { nick host handle channel text } { 
     17  set bodyPaintNick [bMotion_plugins_settings_get "complexaction:hands" "paint_nick" "" ""] 
     18  set bodyPaintChannel [bMotion_plugins_settings_get "complexaction:hands" "paint_channel" "" ""] 
     19   
     20  if {$bodyPaintNick != "" && $bodyPaintChannel == $channel && $nick == $bodyPaintNick} { 
     21    bMotionDoAction $channel $bodyPaintNick "OOoooooooooooo thanks %%, thats some good tongue action" 
     22    bMotion_plugins_settings_set "complexaction:hands" "paint_nick" "" "" ""  
     23    bMotion_plugins_settings_set "complexaction:hands" "paint_channel" "" "" ""  
     24  } 
    1725  bMotionGetHorny 
    1826  return 2 
Note: See TracChangeset for help on using the changeset viewer.