sleepingkirby
Well-Known Member
- Aug 8, 2017
- 1,305
- 1,936
- 262
Nope. Either/or. Not both. Not together.I thought it had to be three of each.
Code:
label Rogue_69_Intro:
if "69" in RogueX.History:
return
if Trigger == "lick pussy" and RogueX.LickP >= 3:
if RogueX.Blow or (ApprovalCheck(RogueX, 1300) and RogueX.SeenPeen):
#if licking pussy but have gotten blowjob
$ RogueX.AddWord(1,0,0,0,"69") #history
ch_r "Hey, if your gonna do me right, I aughta return the favor. . ."
"She presses you to the ground and climbs on top of you."
<snip>
elif Trigger == "blow" and RogueX.Blow >= 3:
#if licked pussy
$ RogueX.AddWord(1,0,0,0,"69") #history
ch_r "Hey, while I'm working so hard down here. . ."
"She presses you to the ground and climbs on top of you."
$ RogueX.Pose = "69"