Advertisement
Guest User

Untitled

a guest
Aug 13th, 2017
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.55 KB | None | 0 0
  1. case "con_chair_kiss" :
  2.             description = UtilText.returnStringAtRandom(
  3.            
  4.             "[p1.Name] lean[s] " + ((flags.get("onTop")) ?
  5.                       "down, taking [p2.names] head in [p1.her] hands before"
  6.                     : "forwards," ) +
  7.             " pressing [p1.her] [p1.lips+] firmly against [p2.name]'s. Letting out a little [p1.moan], [p1.name] eagerly thrust[s] [p1.her] [p1.tongue] into [p2.her] mouth.",
  8.            
  9.             "[p1.Name] " + ((flags.get("onTop")) ?
  10.                     "bend[s] down, pressing [p1.her] [p1.lips+] greedily against [p2.names] mouth and [p1.moaning] happily as [p1.name] push[es] [p1.her] tongue past [p2.her] [p2.lips+]." :  
  11.                     "lean[s] up to [p2.names] [p2.face], pressing [p1.her] [p1.lips+] greedily against [p2.hers], before eagerly pushing [p1.her] [p1.tongue+] into [p2.her] mouth."),
  12.            
  13.             ((flags.get("onTop")) ?
  14.             "Leaning forwards, [p1.name] eagerly press[es] [p1.her] [p1.lips+] against [p2.names], before happily sliding [p1.her] [p1.tongue+] into [p2.her] mouth." :
  15.             "As [p1.name] lean[s] down, [p2.name] eagerly raise[s] [p2.her] head and pucker[s] [p2.her] [p2.lips+], happily pressing [p2.her] mouth against [p1.hers] as you start passionately kissing one another."),
  16.            
  17.             "[p1.Name] " + ((flags.get("onTop")) ?
  18.                     "take[s] hold of [p2.names] head, and, encouraged by the little [p2.moan] that [p2.she] fail[s] to contain,"  :
  19.                     "reach[es] up and grab[s] [p2.names] head, and, letting out a little [p1.moan]," )
  20.             +  "[p1.name] quickly pull[s] [p2.her] " + ((flags.get("onTop")) ? "forwards" : "down" ) + " into a desperate, passionate kiss."
  21.  
  22.             );
  23.             break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement