Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Gravida rutrum quisque non tellus orci ac. A lacus vestibulum sed arcu. Varius sit amet mattis vulputate enim nulla aliquet. Sodales neque sodales ut etiam sit amet nisl purus. Sollicitudin ac orci phasellus egestas tellus rutrum tellus pellentesque. Fusce ut placerat orci nulla pellentesque dignissim enim sit amet. Nunc scelerisque viverra mauris in aliquam sem fringilla ut. Volutpat lacus laoreet non curabitur. A iaculis at erat pellentesque adipiscing. Commodo ullamcorper a lacus vestibulum sed arcu non odio euismod.
Enim ut sem viverra aliquet eget. Nibh sed pulvinar proin gravida hendrerit lectus. Et ultrices neque ornare aenean euismod elementum. In vitae turpis massa sed elementum tempus egestas sed sed. Pharetra vel turpis nunc eget lorem dolor. Egestas congue quisque egestas diam in arcu cursus euismod quis. Ut aliquam purus sit amet luctus venenatis lectus. Mi in nulla posuere sollicitudin. Duis at consectetur lorem donec massa sapien faucibus et. Lobortis elementum nibh tellus molestie nunc non. Habitant morbi tristique senectus et netus. Amet massa vitae tortor condimentum lacinia quis vel eros.
<div class="choice">[[choice one|1][$abuse to 10]]</div>
<div class="choice">[[choice two|2]]</div><<if settings.achievements>><<notify 3s>>Achievements active!<</notify>><</if>>Ultrices in iaculis nunc sed augue lacus. Duis ultricies lacus sed turpis tincidunt id. Amet dictum sit amet justo donec enim diam. Sodales ut eu sem integer vitae justo eget magna. Amet justo donec enim diam vulputate. Turpis egestas sed tempus urna et. Erat imperdiet sed euismod nisi porta lorem mollis aliquam. Quis varius quam quisque id diam. Ultricies mi eget mauris pharetra et ultrices. Nulla at volutpat diam ut venenatis tellus in metus. Accumsan sit amet nulla facilisi. Libero nunc consequat interdum varius sit. Sit amet tellus cras adipiscing enim. Urna et pharetra pharetra massa. Libero justo laoreet sit amet cursus sit. Mattis aliquam faucibus purus in massa tempor nec. Pellentesque habitant morbi tristique senectus et. In nisl nisi scelerisque eu ultrices vitae auctor eu.
<div class="choice">[[next - pronoun setting|3]]</div><<if settings.achievements>><<notify 3s>>Achievements active!<</notify>><</if>>Elementum nisi quis eleifend quam adipiscing vitae. Ullamcorper dignissim cras tincidunt lobortis. Dictum varius duis at consectetur lorem donec massa sapien. Eu scelerisque felis imperdiet proin fermentum leo. Massa id neque aliquam vestibulum morbi blandit. Nec dui nunc mattis enim ut tellus. Rhoncus dolor purus non enim praesent elementum. Ante in nibh mauris cursus mattis. Nullam non nisi est sit amet facilisis. Orci sagittis eu volutpat odio facilisis mauris. At risus viverra adipiscing at in tellus integer. Ultrices neque ornare aenean euismod elementum nisi quis eleifend quam.
<div class="choice">[[next - pronoun setting|3]]</div>Insert achievements here<!-- ANY LINKS FOR THE MENU GO HERE -->
<<link "Restart from the Beginning" "Start">><</link>>
<<link "The best scene in porn history" "Johnny Sins Blowjob Train">><</link>>
//<<link "Prototype Random Generator" "tits9">><</link>>
/*
<<if settings.achievements>><<link "Achievements">>
<<script>>
Dialog.setup("Achievements");
Dialog.wiki(Story.get("achievements").processText());
Dialog.open();
<</script>>
<</link>><</if>>
<<link "Stats">>
<<script>>
Dialog.setup("Stats");
Dialog.wiki(Story.get("stats").processText());
Dialog.open();
<</script>>
<</link>>
*/
<<link "Credits">>
<<script>>
Dialog.setup("Credits");
Dialog.wiki(Story.get("credits").processText());
Dialog.open();
<</script>>
<</link>>Stats page hereFred Johnson's Jerk Off CollectionV1.1
Updated 10/25/22<!--define variables here-->
//variables variables variables variables variables//
<<widget "are">><<switch $plural>><<case true>>are<<case false>>is<</switch>><</widget>>
<<widget "were">><<switch $plural>><<case true>>were<<case false>>was<</switch>><</widget>>
<<widget "s">><<switch $plural>><<case true>><<case false>>s<</switch>><</widget>>select your pronouns:
<div class="choice">[[plural - they/them|4][$plural to true,$they to "they"]]</div>
<div class="choice">[[singular - he/him, she/her, xe/xem|4][$plural to false,$they to "she"]]</div><<liveblock>>$they <<are>> happy.
$they <<were>> sad.
$they run<<s>> down the road.
<</liveblock>>
<div class="choice"><<link "She/her Pronouns">><<set $they to "she">><<set $plural to false>><<update>><</link>></div>
<div class="choice"><<link "He/him Pronouns">><<set $they to "he">><<set $plural to false>><<update>><</link>></div>
<div class="choice"><<link "Xe/xem Pronouns">><<set $they to "xe">><<set $plural to false>><<update>><</link>></div>
<div class="choice"><<link "They/them Pronouns">><<set $they to "they">><<set $plural to true>><<update>><</link>></div><!-- ANY CONTENT FOR THE SIDEBAR THAT ISN'T A LINK GOES HERE - WILL APPEAR ABOVE THE LINKS --><a href="https://www.motoslave.net/sugarcube/2/docs/">Sugarcube 2 Documentation</a>
<a href="https://github.com/ChapelR/custom-macros-for-sugarcube-2">Chapel - custom macros collection</a>
<a href="https://github.com/cyrusfirheir/cycy-wrote-custom-macros">Cycy's custom macros</a>
<a href="https://unsplash.com/">Unsplash</a> for sidebar images (<a href="https://unsplash.com/photos/4CpyhNQ-LdU">light mode</a> and <a href="https://unsplash.com/photos/1L71sPT5XKc">dark mode</a>)
I downloaded a free template that was put out into the world.
Thank you internet for the help!
- Love Fred Johnson
All porn stuff was collected from pornhub.
https://imgur.com/a/MtkK668<h3>StoryInterface</h3>
The StoryInterface special passage, used by creating a special passage titled StoryInterface, allows you to override the default UI layout of Sugarcube.
At its most basic, it consists of a div with the id "passages" that displays the data from your passages on the screen, as shown in example 1. You can add more complex layouts by adding more elements to this passage, such as menu bars, splash screens, headers and footers, as shown in example 2.
Defining these divs is as simple as adding the necessary HTML to the StoryInterface passage; however, note that if a div is assigned a "data-passage" property, you should not add content to it within the StoryInterface passage. This property assigns a passage to that div. In example 2, the div with the id "ui-bar" has the data-passage property "UIBar", meaning it pulls its content data from a passage with the same name. These designations are case-sensitive.
If you're just starting out with Twine/Sugarcube, it's a good idea to familiarize yourself with the language and the UI before working with StoryInterface.
''Example 1''
{{{<div id="passages"></div>}}}
''Example 2''
{{{<div id="ui-bar" data-passage="UIBar"></div>}}}
{{{<div id="passages"></div>}}}
{{{<div id="footer" data-passage="Footer"></div>}}}
This will create a layout with three basic elements: the UI bar, the passage, and the footer. Content for the UI bar is found in the UIBar passage; likewise with the Footer passage & div.
<h3>Accessing the UI functions</h3>
Using StoryInterface by nature removes the built-in UI bar and the links contained within (Saves, Settings, Restart etc); these can all be replaced using their relevant APIs. The most common & useful of these are listed below. These commands can be placed inside links or buttons.
{{{UI.saves() - opens the save UI}}}
{{{UI.settings() - opens the settings UI}}}
{{{UI.restart() - restarts the game}}}
{{{Engine.backward()/Engine.forward() - undoes the previous action and returns the player to the previous passage/moves the player forward one action}}}
Similarly to the above, you can use {{{<<back>>}}} to create a button that automatically undoes the last action, or {{{<<return>>}}} to return to the previous passage without undoing any variable changes made.
<h3>Dialog functions</h3>
You can set up dialog options to pop up upon clicking a link or button, which allows you to share information with the player without adding a new passage to the player's history or changing the state of the game. In order to do this, you need to set up the Dialog box, tell it what passage contains the content you want to display, and optionally, add a title.
{{{Dialog.setup("Dialog Box Title");}}}
{{{Dialog.wiki(Story.get("PassageName").processText());}}}
{{{Dialog.open();}}}
Any of these commands can be used in the default layout as well as StoryInterface - if you want extra save buttons, back buttons etc.
<<back "Return">>
<<link "Settings">><<script>>UI.settings();<</script>><</link>>
<<button "Saves">><<script>>UI.saves();<</script>><</button>><!-- IMAGES ADDED HERE APPEAR IN THE SIDEBAR ABOVE THE GAME TITLE -->
<img src='https://i.imgur.com/4CDcciR.png' style="max-width: 100%;">
JOC
Jerk Off Collection
By clicking continue, I acknowledge this is a porn game, and verify I am over the age of 18.
<div class="choice">[[Continue down the rabbit hole...|Continue]]</div>
This Jerk Off Collection was created for simplistic use. Mobile phones have been good for looking at porn and playing games; but sometimes, sites display too many things all at once. Enjoy the journey of easy clicking, to find the right jerk off material, with literally the click of a button.
Have fun with Fred Johnson's Jerk Off Collection LLC TM.
;)
<img src='https://media.gettyimages.com/photos/swimsuit-issue-2007-model-marisa-miller-poses-for-the-2007-sports-picture-id81994797?s=612x612'><img src='https://dl.phncdn.com/gif/39201211.gif'>
Where do you want to start today?
<div class="choice">[[I love Tits...|I love Tits]]</div>
<div class="choice">[[I love Ass...|I love Ass]]</div>
<div class="choice">[[I love Blowjobs...|I love Blowjobs]]</div>
<div class="choice">[[I love Sex...|I love Sex]]</div>
<div class="choice">[[I love Rough/Hardcore...|I love Rough/Hardcore]]</div>
<div class="choice">[[I love Girls...|I love Girls]]</div>
/*
//[[I love Fetish]]
//[[I love Anal]]
//[[Testing! I love everything! Testing]]
*/
<img src='https://dl.phncdn.com/gif/40345471.gif'>
(8 total tits gifs in collection) <<set _psg_randomTitsGif to either('tits1','tits2','tits3','tits4','tits5','tits6','tits7','tits8')>>
<<button 'Click here for the TITS!!!' _psg_randomTitsGif>><</button>><img src="https://dl.phncdn.com/gif/20914751.gif">
(8 total ass gifs in collection) <<set _psg_randomAssGif to either('ass1','ass2','ass3','ass4','ass5','ass6','ass7','ass8')>>
<<button 'Click here for the ASS!!!' _psg_randomAssGif>><</button>>
<img src='https://dl.phncdn.com/gif/38815221.gif'>
<<print passage()>> <<set _psg_randomTitsGif to either('tits1','tits2','tits3','tits4','tits5','tits6','tits7','tits8')>>
<<button 'Click here for the TITS!!!' _psg_randomTitsGif>><</button>>
//[[I love Tits]]........................................................//[[Select a new option|Continue]]<img src='https://dl.phncdn.com/gif/23731291.gif'>
(6 total blowjob gifs in collection) <<set _psg_randomBlowjobGif to either('blow1','blow2','blow3','blow4','blow5','blow6')>>
<<button 'Click here for the BLOWJOBS!!!' _psg_randomBlowjobGif>><</button>><img src='https://dl.phncdn.com/gif/40542171.gif'>
<<print passage()>> <<set _psg_randomTitsGif to either('tits1','tits2','tits3','tits4','tits5','tits6','tits7','tits8')>>
<<button 'Click here for the TITS!!!' _psg_randomTitsGif>><</button>>
//[[I love Tits]]........................................................//[[Select a new option|Continue]]<img src='https://dl.phncdn.com/gif/35910361.gif'>
<<print passage()>> <<set _psg_randomTitsGif to either('tits1','tits2','tits3','tits4','tits5','tits6','tits7','tits8')>>
<<button 'Click here for the TITS!!!' _psg_randomTitsGif>><</button>>
//[[I love Tits]]........................................................//[[Select a new option|Continue]]<img src='https://el.phncdn.com/gif/36399221.gif'>
<<print passage()>> <<set _psg_randomTitsGif to either('tits1','tits2','tits3','tits4','tits5','tits6','tits7','tits8')>>
<<button 'Click here for the TITS!!!' _psg_randomTitsGif>><</button>>
//[[I love Tits]]........................................................//[[Select a new option|Continue]]<img src='https://dl.phncdn.com/gif/37864961.gif'>
<<print passage()>> <<set _psg_randomTitsGif to either('tits1','tits2','tits3','tits4','tits5','tits6','tits7','tits8')>>
<<button 'Click here for the TITS!!!' _psg_randomTitsGif>><</button>>
//[[I love Tits]]........................................................//[[Select a new option|Continue]]<img src='https://dl.phncdn.com/gif/21463532.gif'>
<<print passage()>> <<set _psg_randomAssGif to either('ass1','ass2','ass3','ass4','ass5','ass6','ass7','ass8')>>
<<button 'Click here for the ASS!!!' _psg_randomAssGif>><</button>>
//[[I love Ass]]........................................................//[[Select a new option|Continue]]<img src='https://el.phncdn.com/gif/41008441.gif'>
<<print passage()>> <<set _psg_randomBlowjobGif to either('blow1','blow2','blow3','blow4','blow5','blow6')>>
<<button 'Click here for the BLOWJOBS!!!' _psg_randomBlowjobGif>><</button>>
//[[I love Blowjobs]]........................................................//[[Select a new option|Continue]]<img src='https://el.phncdn.com/gif/38643011.gif'>
(6 total sex gifs in collection) <<set _psg_randomSexGif to either('sex1','sex2','sex3','sex4','sex5','sex6')>>
<<button 'Click here for the SEX!!!' _psg_randomSexGif>><</button>><img src='https://el.phncdn.com/gif/38643011.gif'>
(16 total hardcore gifs in collection) <<set _psg_randomHardGif to either('hard1','hard2','hard3','hard4','hard5','hard6','hard7','hard8','hard9','hard10','hard11','hard12','hard13','hard14','hard15','hard16')>>
<<button 'Click here for the HARDCORE!!!' _psg_randomHardGif>><</button>><img src='https://dl.phncdn.com/gif/17005472.gif'>
<<print passage()>><<set _psg_randomSexGif to either('sex1','sex2','sex3','sex4','sex5','sex6')>>
<<button 'Click here for the SEX!!!' _psg_randomSexGif>><</button>>
//[[I love Sex]]........................................................//[[Select a new option|Continue]]<img src='https://el.phncdn.com/gif/41692501.gif'>
<<print passage()>> <<set _psg_randomAssGif to either('ass1','ass2','ass3','ass4','ass5','ass6','ass7','ass8')>>
<<button 'Click here for the ASS!!!' _psg_randomAssGif>><</button>>
//[[I love Ass]]........................................................//[[Select a new option|Continue]]<img src='https://dl.phncdn.com/gif/38142041.gif'>
<<print passage()>> <<set _psg_randomAssGif to either('ass1','ass2','ass3','ass4','ass5','ass6','ass7','ass8')>>
<<button 'Click here for the ASS!!!' _psg_randomAssGif>><</button>>
//[[I love Ass]]........................................................//[[Select a new option|Continue]]<img src='https://dl.phncdn.com/gif/38140561.gif'>
<<print passage()>> <<set _psg_randomHardGif to either('hard1','hard2','hard3','hard4','hard5','hard6','hard7','hard8','hard9','hard10','hard11','hard12','hard13','hard14','hard15','hard16')>>
<<button 'Click here for the HARDCORE!!!' _psg_randomHardGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<img src="asdfasdfasdf" />
(1 total anal gifs in collection) <<set _psg_randomEverythingGif to either('asdfasdfasdf','asdfasdfasdf')>>
<<button 'Click here for EVERYTHING!!!' _psg_randomEverythingGif>><</button>><img src='https://el.phncdn.com/gif/41675591.gif'>
<<print passage()>> <<set _psg_randomHardGif to either('hard1','hard2','hard3','hard4','hard5','hard6','hard7','hard8','hard9','hard10','hard11','hard12','hard13','hard14','hard15','hard16')>>
<<button 'Click here for the HARDCORE!!!' _psg_randomHardGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<img src="https://el.phncdn.com/gif/41730011.gif" />
<<print passage()>> <<set _psg_randomBlowjobGif to either('blow1','blow2','blow3','blow4','blow5','blow6')>>
<<button 'Click here for the BLOWJOBS!!!' _psg_randomBlowjobGif>><</button>>
//[[I love Blowjobs]]........................................................//[[Select a new option|Continue]]<<img src="https://dl.phncdn.com/gif/41730131.gif" />'>
<<print passage()>><<set _psg_randomSexGif to either('sex1','sex2','sex3','sex4','sex5','sex6')>>
<<button 'Click here for the SEX!!!' _psg_randomSexGif>><</button>>
//[[I love Sex]]........................................................//[[Select a new option|Continue]]<img src="https://dl.phncdn.com/gif/41731081.gif" />
(11 total girls gifs in collection) <<set _psg_randomGirlGif to either('girl1','girl2','girl3','girl4','girl5','girl6','girl7','girl8','girl9','girl10','girl11')>>
<<button 'Click here for the GIRLS!!!' _psg_randomGirlGif>><</button>><img src="asdfasdfasdf" />
(1 total anal gifs in collection) <<set _psg_randomFetishGif to either('fetish1')>>
<<button 'Click here for the FETISH!!!' _psg_randomFetishlGif>><</button>><img src="https://dl.phncdn.com/gif/41730221.gif" />
<<print passage()>> <<set _psg_randomGirlGif to either('girl1','girl2','girl3','girl4','girl5','girl6','girl7','girl8','girl9','girl10','girl11')>>
<<button 'Click here for the GIRLS!!!' _psg_randomGirlGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<img src="asdfasdfasdf" />
(1 total anal gifs in collection) <<set _psg_randomAnalGif to either('anal1','anal2')>>
<<button 'Click here for the ANAL!!!' _psg_randomAnalGif>><</button>><img src="https://dl.phncdn.com/gif/29953681.gif" />
<<print passage()>> <<set _psg_randomGirlGif to either('girl1','girl2','girl3','girl4','girl5','girl6','girl7','girl8','girl9','girl10','girl11')>>
<<button 'Click here for the GIRLS!!!' _psg_randomGirlGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<img src="https://dl.phncdn.com/gif/41731261.gif" />
The greatest man alive, living the dream
//[[Start]]<img src="asdfasdfasdf" />
<<print passage()>> <<set _psg_randomAnalGif to either('anal1','anal2')>>
<<button 'Click here for the ANAL!!!' _psg_randomAnalGif>><</button>>
//[[I love Anal]]........................................................//[[Select a new option|Continue]]<img src='https://dl.phncdn.com/gif/39509041.gif'>
<<print passage()>> <<set _psg_randomHardGif to either('hard1','hard2','hard3','hard4','hard5','hard6','hard7','hard8','hard9','hard10','hard11','hard12','hard13','hard14','hard15','hard16')>>
<<button 'Click here for the HARDCORE!!!' _psg_randomHardGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<img src='https://el.phncdn.com/gif/25968282.gif'>
<<print passage()>> <<set _psg_randomTitsGif to either('tits1','tits2','tits3','tits4','tits5','tits6','tits7','tits8')>>
<<button 'Click here for the TITS!!!' _psg_randomTitsGif>><</button>>
//[[I love Tits]]........................................................//[[Select a new option|Continue]]<img src='https://el.phncdn.com/gif/7305741.gif'>
<<print passage()>> <<set _psg_randomTitsGif to either('tits1','tits2','tits3','tits4','tits5','tits6','tits7','tits8')>>
<<button 'Click here for the TITS!!!' _psg_randomTitsGif>><</button>>
//[[I love Tits]]........................................................//[[Select a new option|Continue]]<img src='https://dl.phncdn.com/gif/36562271.gif'>
<<print passage()>> <<set _psg_randomTitsGif to either('tits1','tits2','tits3','tits4','tits5','tits6','tits7','tits8')>>
<<button 'Click here for the TITS!!!' _psg_randomTitsGif>><</button>>
//[[I love Tits]]........................................................//[[Select a new option|Continue]]<img src='https://dl.phncdn.com/gif/41733091.gif'>
<<print passage()>> <<set _psg_randomEverythingGif to either('everything1')>>
<<button 'Click here for EVERYTHING!!!' _psg_randomEverthingGif>><</button>>
//[[Testing! I love everything! Testing]]........................................................//[[Select a new option|Continue]]<img src='https://dl.phncdn.com/gif/1950751.gif'>
<<print passage()>> <<set _psg_randomAssGif to either('ass1','ass2','ass3','ass4','ass5','ass6','ass7','ass8')>>
<<button 'Click here for the ASS!!!' _psg_randomAssGif>><</button>>
//[[I love Ass]]........................................................//[[Select a new option|Continue]]<img src='https://dl.phncdn.com/gif/40909851.gif'>
<<print passage()>> <<set _psg_randomAssGif to either('ass1','ass2','ass3','ass4','ass5','ass6','ass7','ass8')>>
<<button 'Click here for the ASS!!!' _psg_randomAssGif>><</button>>
//[[I love Ass]]........................................................//[[Select a new option|Continue]]<img src='https://dl.phncdn.com/gif/40941751.gif'>
<<print passage()>> <<set _psg_randomAssGif to either('ass1','ass2','ass3','ass4','ass5','ass6','ass7','ass8')>>
<<button 'Click here for the ASS!!!' _psg_randomAssGif>><</button>>
//[[I love Ass]]........................................................//[[Select a new option|Continue]]<img src='https://el.phncdn.com/gif/39478701.gif'>
<<print passage()>> <<set _psg_randomAssGif to either('ass1','ass2','ass3','ass4','ass5','ass6','ass7','ass8')>>
<<button 'Click here for the ASS!!!' _psg_randomAssGif>><</button>>
//[[I love Ass]]........................................................//[[Select a new option|Continue]]<img src="https://dl.phncdn.com/gif/33164712.gif" />
<<print passage()>> <<set _psg_randomGirlGif to either('girl1','girl2','girl3','girl4','girl5','girl6','girl7','girl8','girl9','girl10','girl11')>>
<<button 'Click here for the GIRLS!!!' _psg_randomGirlGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<img src="https://dl.phncdn.com/gif/27164891.gif" />
<<print passage()>> <<set _psg_randomGirlGif to either('girl1','girl2','girl3','girl4','girl5','girl6','girl7','girl8','girl9','girl10','girl11')>>
<<button 'Click here for the GIRLS!!!' _psg_randomGirlGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<img src="https://el.phncdn.com/gif/19571871.gif" />
<<print passage()>> <<set _psg_randomGirlGif to either('girl1','girl2','girl3','girl4','girl5','girl6','girl7','girl8','girl9','girl10','girl11')>>
<<button 'Click here for the GIRLS!!!' _psg_randomGirlGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<img src="https://el.phncdn.com/gif/12871591.gif" />
<<print passage()>> <<set _psg_randomGirlGif to either('girl1','girl2','girl3','girl4','girl5','girl6','girl7','girl8','girl9','girl10','girl11')>>
<<button 'Click here for the GIRLS!!!' _psg_randomGirlGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<img src="https://dl.phncdn.com/gif/39319991.gif" />
<<print passage()>> <<set _psg_randomGirlGif to either('girl1','girl2','girl3','girl4','girl5','girl6','girl7','girl8','girl9','girl10','girl11')>>
<<button 'Click here for the GIRLS!!!' _psg_randomGirlGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<img src='https://dl.phncdn.com/gif/27842322.gif'>
<<print passage()>> <<set _psg_randomHardGif to either('hard1','hard2','hard3','hard4','hard5','hard6','hard7','hard8','hard9','hard10','hard11','hard12','hard13','hard14','hard15','hard16')>>
<<button 'Click here for the HARDCORE!!!' _psg_randomHardGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<<img src="https://dl.phncdn.com/gif/27172511.gif" />'>
<<print passage()>><<set _psg_randomSexGif to either('sex1','sex2','sex3','sex4','sex5','sex6')>>
<<button 'Click here for the SEX!!!' _psg_randomSexGif>><</button>>
//[[I love Sex]]........................................................//[[Select a new option|Continue]]<img src='https://dl.phncdn.com/gif/27217181.gif'>
<<print passage()>> <<set _psg_randomHardGif to either('hard1','hard2','hard3','hard4','hard5','hard6','hard7','hard8','hard9','hard10','hard11','hard12','hard13','hard14','hard15','hard16')>>
<<button 'Click here for the HARDCORE!!!' _psg_randomHardGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<img src="https://el.phncdn.com/gif/27731122.gif" />
<<print passage()>> <<set _psg_randomBlowjobGif to either('blow1','blow2','blow3','blow4','blow5','blow6')>>
<<button 'Click here for the BLOWJOBS!!!' _psg_randomBlowjobGif>><</button>>
//[[I love Blowjobs]]........................................................//[[Select a new option|Continue]]<img src='https://el.phncdn.com/gif/39914801.gif'>
<<print passage()>> <<set _psg_randomHardGif to either('hard1','hard2','hard3','hard4','hard5','hard6','hard7','hard8','hard9','hard10','hard11','hard12','hard13','hard14','hard15','hard16')>>
<<button 'Click here for the HARDCORE!!!' _psg_randomHardGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<img src="https://el.phncdn.com/gif/33085902.gif" />
<<print passage()>> <<set _psg_randomBlowjobGif to either('blow1','blow2','blow3','blow4','blow5','blow6')>>
<<button 'Click here for the BLOWJOBS!!!' _psg_randomBlowjobGif>><</button>>
//[[I love Blowjobs]]........................................................//[[Select a new option|Continue]]<img src='https://el.phncdn.com/gif/4599261.gif'>
<<print passage()>> <<set _psg_randomHardGif to either('hard1','hard2','hard3','hard4','hard5','hard6','hard7','hard8','hard9','hard10','hard11','hard12','hard13','hard14','hard15','hard16')>>
<<button 'Click here for the HARDCORE!!!' _psg_randomHardGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<img src='https://el.phncdn.com/gif/3172491.gif'>
<<print passage()>> <<set _psg_randomHardGif to either('hard1','hard2','hard3','hard4','hard5','hard6','hard7','hard8','hard9','hard10','hard11','hard12','hard13','hard14','hard15','hard16')>>
<<button 'Click here for the HARDCORE!!!' _psg_randomHardGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<img src="https://dl.phncdn.com/gif/34789672.gif" />
<<print passage()>> <<set _psg_randomBlowjobGif to either('blow1','blow2','blow3','blow4','blow5','blow6')>>
<<button 'Click here for the BLOWJOBS!!!' _psg_randomBlowjobGif>><</button>>
//[[I love Blowjobs]]........................................................//[[Select a new option|Continue]]<<img src="https://dl.phncdn.com/gif/31697411.gif" />'>
<<print passage()>><<set _psg_randomSexGif to either('sex1','sex2','sex3','sex4','sex5','sex6')>>
<<button 'Click here for the SEX!!!' _psg_randomSexGif>><</button>>
//[[I love Sex]]........................................................//[[Select a new option|Continue]]<img src="https://dl.phncdn.com/gif/15035262.gif" />
<<print passage()>> <<set _psg_randomGirlGif to either('girl1','girl2','girl3','girl4','girl5','girl6','girl7','girl8','girl9','girl10','girl11')>>
<<button 'Click here for the GIRLS!!!' _psg_randomGirlGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<img src="https://dl.phncdn.com/gif/3903891.gif" />
<<print passage()>> <<set _psg_randomGirlGif to either('girl1','girl2','girl3','girl4','girl5','girl6','girl7','girl8','girl9','girl10','girl11')>>
<<button 'Click here for the GIRLS!!!' _psg_randomGirlGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<img src='https://dl.phncdn.com/gif/13945442.gif'>
<<print passage()>> <<set _psg_randomHardGif to either('hard1','hard2','hard3','hard4','hard5','hard6','hard7','hard8','hard9','hard10','hard11','hard12','hard13','hard14','hard15','hard16')>>
<<button 'Click here for the HARDCORE!!!' _psg_randomHardGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<img src='https://dl.phncdn.com/gif/27626161.gif'>
<<print passage()>> <<set _psg_randomHardGif to either('hard1','hard2','hard3','hard4','hard5','hard6','hard7','hard8','hard9','hard10','hard11','hard12','hard13','hard14','hard15','hard16')>>
<<button 'Click here for the HARDCORE!!!' _psg_randomHardGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<img src='https://el.phncdn.com/gif/41290331.gif'>
<<print passage()>> <<set _psg_randomHardGif to either('hard1','hard2','hard3','hard4','hard5','hard6','hard7','hard8','hard9','hard10','hard11','hard12','hard13','hard14','hard15','hard16')>>
<<button 'Click here for the HARDCORE!!!' _psg_randomHardGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<img src="https://el.phncdn.com/gif/12617321.gif" />
<<print passage()>> <<set _psg_randomGirlGif to either('girl1','girl2','girl3','girl4','girl5','girl6','girl7','girl8','girl9','girl10','girl11')>>
<<button 'Click here for the GIRLS!!!' _psg_randomGirlGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<img src='https://dl.phncdn.com/gif/41730971.gif'>
<<print passage()>> <<set _psg_randomHardGif to either('hard1','hard2','hard3','hard4','hard5','hard6','hard7','hard8','hard9','hard10','hard11','hard12','hard13','hard14','hard15','hard16')>>
<<button 'Click here for the HARDCORE!!!' _psg_randomHardGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<img src="https://dl.phncdn.com/gif/41337721.gif" />
<<print passage()>> <<set _psg_randomFetishGif to either('fetish1')>>
<<button 'Click here for the FETISH!!!' _psg_randomFetishGif>><</button>>
//[[I love Fetish]]........................................................//[[Select a new option|Continue]]<img src='https://el.phncdn.com/gif/40973821.gif'>
<<print passage()>> <<set _psg_randomHardGif to either('hard1','hard2','hard3','hard4','hard5','hard6','hard7','hard8','hard9','hard10','hard11','hard12','hard13','hard14','hard15','hard16')>>
<<button 'Click here for the HARDCORE!!!' _psg_randomHardGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<img src='https://el.phncdn.com/gif/41261461.gif'>
<<print passage()>> <<set _psg_randomHardGif to either('hard1','hard2','hard3','hard4','hard5','hard6','hard7','hard8','hard9','hard10','hard11','hard12','hard13','hard14','hard15','hard16')>>
<<button 'Click here for the HARDCORE!!!' _psg_randomHardGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<img src='https://dl.phncdn.com/gif/41732151.gif'>
<<print passage()>> <<set _psg_randomHardGif to either('hard1','hard2','hard3','hard4','hard5','hard6','hard7','hard8','hard9','hard10','hard11','hard12','hard13','hard14','hard15','hard16')>>
<<button 'Click here for the HARDCORE!!!' _psg_randomHardGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<img src="https://el.phncdn.com/gif/36118141.gif" />
<<print passage()>> <<set _psg_randomFetishGif to either('fetish1')>>
<<button 'Click here for the FETISH!!!' _psg_randomFetishGif>><</button>>
//[[I love Fetish]]........................................................//[[Select a new option|Continue]]<img src='https://el.phncdn.com/gif/811761.gif'>
<<print passage()>> <<set _psg_randomHardGif to either('hard1','hard2','hard3','hard4','hard5','hard6','hard7','hard8','hard9','hard10','hard11','hard12','hard13','hard14','hard15','hard16')>>
<<button 'Click here for the HARDCORE!!!' _psg_randomHardGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<img src='https://el.phncdn.com/gif/29377582.gif'>
<<print passage()>> <<set _psg_randomAssGif to either('ass1','ass2','ass3','ass4','ass5','ass6','ass7','ass8')>>
<<button 'Click here for the ASS!!!' _psg_randomAssGif>><</button>>
//[[I love Ass]]........................................................//[[Select a new option|Continue]]<img src="https://dl.phncdn.com/gif/34747442.gif" />
<<print passage()>> <<set _psg_randomBlowjobGif to either('blow1','blow2','blow3','blow4','blow5','blow6')>>
<<button 'Click here for the BLOWJOBS!!!' _psg_randomBlowjobGif>><</button>>
//[[I love Blowjobs]]........................................................//[[Select a new option|Continue]]<img src="https://el.phncdn.com/gif/36383911.gif" />
<<print passage()>> <<set _psg_randomGirlGif to either('girl1','girl2','girl3','girl4','girl5','girl6','girl7','girl8','girl9','girl10','girl11')>>
<<button 'Click here for the GIRLS!!!' _psg_randomGirlGif>><</button>>
//[[I love Rough/Hardcore]]........................................................//[[Select a new option|Continue]]<<img src="https://dl.phncdn.com/gif/36100851.gif" />'>
<<print passage()>><<set _psg_randomSexGif to either('sex1','sex2','sex3','sex4','sex5','sex6')>>
<<button 'Click here for the SEX!!!' _psg_randomSexGif>><</button>>
//[[I love Sex]]........................................................//[[Select a new option|Continue]]<<img src="https://dl.phncdn.com/gif/14285592.gif" />'>
<<print passage()>><<set _psg_randomSexGif to either('sex1','sex2','sex3','sex4','sex5','sex6')>>
<<button 'Click here for the SEX!!!' _psg_randomSexGif>><</button>>
//[[I love Sex]]........................................................//[[Select a new option|Continue]]