Changeset 1114
- Timestamp:
- 08/18/11 19:14:17 (9 months ago)
- Location:
- trunk/plugins/en
- Files:
-
- 2 edited
-
action_complex_hands.tcl (modified) (1 diff)
-
complex_unf.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/action_complex_hands.tcl
r1111 r1114 236 236 set bodyPaintNick [bMotion_plugins_settings_get "complexaction:hands" "paint_nick" "" ""] 237 237 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 } 239 241 bMotion_plugins_settings_set "complexaction:hands" "paint_nick" "" "" "" 240 242 bMotionGetHorny -
trunk/plugins/en/complex_unf.tcl
r936 r1114 15 15 16 16 proc 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 } 17 25 bMotionGetHorny 18 26 return 2
Note: See TracChangeset
for help on using the changeset viewer.
