JavaScript is required. Please enable it to continue.
Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
/* PERSISTENT VARIABLES */ <<set $imgPath to "./images/">> <<set $dataPath to "./data/">> /* VARIABLE CREATION AND RESET */ <<set $answer = []>> <<set $roundCount = 0>> <<set $currentRound = 1>> <<set $correctAnswers = 0>> /* MOVE ON */ <<goto [[INTRO]]>> /* LIST OF ALL OF THE GIRLS */ <<set $nameList = ["Aaliyah Hadid", "Abella Danger", "Adriana Chechik", "Aletta Ocean", "Alexis Fawx", "Alexis Texas", "Alina Li", "Amy Anderssen", "Ana Foxxx", "Angela White", "Anya Ivy", "Ariana Marie", "Asa Akira", "Asia Carrera", "Audrey Bitoni", "August Ames", "Autumn Falls", "Ava Addams", "Belladonna", "Bonnie Rotten", "Brandi Love", "Bridgette B", "Brittney White", "Cassidy Banks", "Chanell Heart", "Charmane Star", "Christy Mack", "Cindy Starfall", "Cory Chase", "Dakota Skye", "Danielle Derek", "Delta White", "Demi Sutra", "Diamond Jackson", "Ella Hughes", "Elsa Jean", "Emily Willis", "Eva Angelina", "Eva Elfie", "Eva Notty", "Eve Lawrence", "Faye Reagan", "Franceska Jaimes", "Gabbie Carter", "Gauge", "Georgie Lyall", "Gianna Michaels", "Holly Halston", "India Summer", "Jada Fire", "Jada Stevens", "Jade Kush", "Jai James", "Janice Griffith", "Jasmine Webb", "Jayden Jaymes", "Jenna Haze", "Jenna Jameson", "Jessa Rhodes", "Jesse Jane", "Jessica Robbin", "Julia Ann", "Jynx Maze", "Kagney Linn Karter", "Katana Kombat", "Katsuni", "Kayden Kross", "Kendra Lust", "Kenzie Reeves", "Kiki Minaj", "Lacey Duvalle", "Lana Rhodes", "Leah Gotti", "Lela Star", "Lena Paul", "Lexi Belle", "Lily Labeau", "Lily Thai", "Lisa Ann", "Liya Silver", "Lucie Wilde", "Luna Star", "Madison Ivy", "Maitland Ward", "Mandy Muse", "Marica Hase", "Maserati", "Mia Khalifa", "Mia Malkova", "Misty Stone", "Moriah Mills", "Nessa Devil", "Nicole Aniston", "Nicolette Shea", "Nikki Benz", "Nina Hartley", "Noemie Bilas", "Nyomi Banxxx", "Osa Lovely", "Penny Pax", "Peta Jensen", "Phoenix Marie", "Piper Perri", "Priya Rai", "Puma Swede", "Remy Lacroix", "Rikki Six", "Riley Reid", "Rita Faltoyano", "Sara Jay", "Sarah Banks", "Sarah Louise Young", "Sasha Grey", "Scarlit Scandal", "September Reign", "Shyla Stylez", "Silvia Saint", "Siri", "Skin Diamond", "Sophie Dee", "Stormy Daniels", "Stoya", "Sunny Leone", "Tera Patrick", "Tori Black", "Valentina Nappi", "Vina Sky", "Yhivi"]>>
<<nobr>> <<set $imgPath to "./images/">> <<set $dataPath to "./data/">> <</nobr>> [img[$dataPath + "introbanner.png"]] Welcome to "Name That Pornstar!!!", the game where you get to test your knowledge of pornstars by guessing their name from a picture. Please choose your game length: <<button "10 rounds">><<set $roundCount = 10>><<goto [[GAME-PHASE]] >><</button>> <<button "25 rounds">><<set $roundCount = 25>><<goto [[GAME-PHASE]] >><</button>> <<button "50 rounds">><<set $roundCount = 50>><<goto [[GAME-PHASE]] >><</button>>
<<nobr>> <<set $imgPath to "./images/">> <<set $currentOptions = []>> /* SET OPTIONS 1 THROUGH 4 */ <<set _names = clone($nameList)>> <<set _names.shuffle()>> <<set $option1 = _names[0]>> <<set $option2 = _names[1]>> <<set $option3 = _names[2]>> <<set $option4 = _names[3]>> /* SET $currentOptions TO OPTION 1 THROUGH 4 */ <<set $currentOptions.push($option1)>> <<set $currentOptions.push($option2)>> <<set $currentOptions.push($option3)>> <<set $currentOptions.push($option4)>> /* DEFINE THE CORRECT ANSWER */ <<set $answer = $currentOptions.random()>> /* DISPLAY THE CORRECT ANSWERS RANDOM IMAGE */ [img[$imgPath + $answer + " " + random(1, 5) + ".jpg"]] /* CHECK NAME OPTION AND CURRENT CORRECT ANSWER*/ <</nobr>> <<button $option1>> <<if $option1 is $answer>> <<goto [[CORRECT]]>> <<else>> <<goto [[WRONG]]>> <</if>> <</button>> <<button $option2>> <<if $option2 is $answer>> <<goto [[CORRECT]]>> <<else>> <<goto [[WRONG]]>> <</if>> <</button>> <<button $option3>> <<if $option3 is $answer>> <<goto [[CORRECT]]>> <<else>> <<goto [[WRONG]]>> <</if>> <</button>> <<button $option4>> <<if $option4 is $answer>> <<goto [[CORRECT]]>> <<else>> <<goto [[WRONG]]>> <</if>> <</button>>
CORRECT! That is $answer /* DISPLAY THE CORRECT ANSWERS REWARD VID */ <video @src="'videos/' + $answer + '.webm'" autoplay loop muted height="576"></video> <<nobr>><<button "Continue">> <<if $currentRound < $roundCount>> <<goto [[GAME-PHASE]]>> <<else>> <<goto [[RESULTS]]>> <</if>> <<set $currentRound = $currentRound + 1>> <<set $correctAnswers = $correctAnswers + 1>> <<run $nameList.delete($answer)>> <</button>><</nobr>>
WRONG! That is $answer /* DISPLAY THE CORRECT ANSWERS RANDOM IMAGE */ [img[$imgPath + $answer + " " + "FACE" + ".jpg"]] <<nobr>><<button "Continue">> <<if $currentRound < $roundCount>> <<goto [[GAME-PHASE]]>> <<else>> <<goto [[RESULTS]]>> <</if>> <<set $currentRound = $currentRound + 1>> <</button>><</nobr>>
<<nobr>> <<set $imgPath to "./images/">> <<set $dataPath to "./data/">> <</nobr>> Results $correctAnswers / $roundCount <<nobr>> /* BRONZE TROPHY */ <<if $roundCount is 10 and $correctAnswers is 10>> [img[$dataPath + "bronze.png"]] <</if>> /* SILVER TROPHY */ <<if $roundCount is 25 and $correctAnswers is 25>> [img[$dataPath + "silver.png"]] <</if>> /* SILVER TROPHY */ <<if $roundCount is 50 and $correctAnswers is 50>> [img[$dataPath + "gold.png"]] <</if>> <</nobr>> <<button "New Game">> <<goto [[INITIAL-SETUP]] >> <</button>>
uNderdog_101 at f95zone.to v. 1.1.0 <<link "D" "DEBUG-SUITE">><</link>>
STAR TESTER <<button "Star Tester">><<goto [[STAR-TESTER]] >><</button>> <<nobr>> /* CHANGE STAR NAME TO DEBUG */ /* <<set $debugName to "Aaliyah Hadid">> */ <</nobr>> <<button "Random Star Bodyshot">><<goto [[STAR-TESTER-RANDOM-BODY]] >><</button>> <<button "Random Star Faceshot">><<goto [[STAR-TESTER-RANDOM-FACE]] >><</button>> <<button "Random Star GIF">><<goto [[STAR-TESTER-RANDOM-GIF]] >><</button>> <<button "Random Star Image Suite">><<goto [[STAR-TESTER-RANDOM-IMAGE-SUITE]] >><</button>> <<button "Star Image Suite Index">><<goto [[STAR-TESTER-INDEX_SETUP]] >><</button>> <<button "Set Star">><<goto [[SET-STAR]] >><</button>> <<button "Set Star Image Suite">><<goto [[STAR-TESTER-SET-STAR]] >><</button>> current: $debugName <<button "VidTest">><<goto [[VIDTEST]] >><</button>>
DEBUG SUITE <<button "Star Tester">><<goto [[STAR-TESTER]] >><</button>> <<set $debugMode to 1>>
STAR-TESTER-RANDOM-BODY <<nobr>> /* STAR TESTER RELOAD BUTTON */ <<button "Reload">><<goto [[STAR-TESTER-RANDOM-BODY]] >><</button>> /* RANDOMIZE $answer */ <<set $debugName = $nameList.random()>> <</nobr>> /* DISPLAY A RANDOM STARS BODY SHOT */ [img[$imgPath + $debugName + " " + random(1, 5) + ".jpg"]] /* STAR TESTER RETURN BUTTON */ <<button "Star Tester">><<goto [[STAR-TESTER]] >><</button>>
STAR-TESTER-RANDOM-GIF <<nobr>> /* STAR TESTER RELOAD BUTTON */ <<button "Reload">><<goto [[STAR-TESTER-RANDOM-GIF]] >><</button>> <<set $debugName = $nameList.random()>> <</nobr>> <video @src="'videos/' + $debugName + '.webm'" autoplay loop muted height="480"></video> /* STAR TESTER RETURN BUTTON */ <<button "Star Tester">><<goto [[STAR-TESTER]] >><</button>> <<nobr>> /* STAR TESTER RELOAD BUTTON */ <<button "Reload">><<goto [[STAR-TESTER-RANDOM-GIF]] >><</button>> /* RANDOMIZE $debugName */ <<set $debugName = $nameList.random()>> <</nobr>> /* DISPLAY A RANDOM STARS REWARD GIF */ [img[$imgPath + $debugName + " " + "GIF" + ".gif"]] /* STAR TESTER RETURN BUTTON */ <<button "Star Tester">><<goto [[STAR-TESTER]] >><</button>>
STAR-TESTER-RANDOM-FACE <<nobr>> /* STAR TESTER RELOAD BUTTON */ <<button "Reload">><<goto [[STAR-TESTER-RANDOM-FACE]] >><</button>> /* RANDOMIZE $debugName */ <<set $debugName = $nameList.random()>> <</nobr>> /* DISPLAY A RANDOM STARS FACE */ [img[$imgPath + $debugName + " " + "FACE" + ".jpg"]] /* STAR TESTER RETURN BUTTON */ <<button "Star Tester">><<goto [[STAR-TESTER]] >><</button>>
STAR-TESTER-SET-STAR <<nobr>> /* STAR TESTER RELOAD BUTTON */ <<button "Reload">><<goto [[STAR-TESTER-SET-STAR]] >><</button>> <</nobr>> $debugName /* DISPLAY A SET STARS FACE */ FACE [img[$imgPath + $debugName + " " + "FACE" + ".jpg"]] /* DISPLAY A SET STARS RANDOM BODY SHOT */ BODY 1 [img[$imgPath + $debugName + " " + "1" + ".jpg"]] BODY 2 [img[$imgPath + $debugName + " " + "2" + ".jpg"]] BODY 3 [img[$imgPath + $debugName + " " + "3" + ".jpg"]] BODY 4 [img[$imgPath + $debugName + " " + "4" + ".jpg"]] BODY 5 [img[$imgPath + $debugName + " " + "5" + ".jpg"]] /* DISPLAY A RANDOM STARS REWARD VID */ REWARD VID <video @src="'videos/' + $debugName + '.webm'" autoplay loop muted height="576"></video> /* STAR TESTER RETURN BUTTON */ <<button "Star Tester">><<goto [[STAR-TESTER]] >><</button>>
SET STAR <<textbox "$debugName" "" "STAR-TESTER-SET-STAR">><<button "Continue">><<goto [[STAR-TESTER-SET-STAR]] >><</button>> /* STAR TESTER RETURN BUTTON */ <<button "Star Tester">><<goto [[STAR-TESTER]] >><</button>> Complete List Of Girls: <<print $nameList>>
STAR-TESTER-RANDOM-IMAGE-SUITE <<nobr>> /* STAR TESTER RELOAD BUTTON */ <<button "Reload">><<goto [[STAR-TESTER-RANDOM-IMAGE-SUITE]] >><</button>> <<set $debugName = $nameList.random()>> <</nobr>> $debugName /* DISPLAY A SET STARS FACE */ FACE [img[$imgPath + $debugName + " " + "FACE" + ".jpg"]] /* DISPLAY A SET STARS RANDOM BODY SHOT */ BODY 1 [img[$imgPath + $debugName + " " + "1" + ".jpg"]] BODY 2 [img[$imgPath + $debugName + " " + "2" + ".jpg"]] BODY 3 [img[$imgPath + $debugName + " " + "3" + ".jpg"]] BODY 4 [img[$imgPath + $debugName + " " + "4" + ".jpg"]] BODY 5 [img[$imgPath + $debugName + " " + "5" + ".jpg"]] /* DISPLAY A RANDOM STARS REWARD VID */ REWARD VID <video @src="'videos/' + $debugName + '.webm'" autoplay loop muted height="480"></video> /* STAR TESTER RETURN BUTTON */ <<button "Star Tester">><<goto [[STAR-TESTER]] >><</button>>
<<nobr>> <<button "Reload">><<goto [[VIDTEST]] >><</button>> <<set $vidList = $nameList>> <<set $answer = $vidList.random()>> <</nobr>> <video @src="'videos/' + $answer + '.webm'" autoplay loop muted height="576"></video> <<button "Star Tester">><<goto [[STAR-TESTER]] >><</button>>
STAR-TESTER-INDEX <<nobr>> /* STAR TESTER RELOAD BUTTON */ <<button "Reload">><<goto [[STAR-TESTER-INDEX]] >><</button>> <<button "Previous">> <<set $index = $index - 1>> <<goto [[STAR-TESTER-INDEX]] >> <<if $index lt 0>> <<set $index = $nameList.length - 1>> <</if>> <</button>> <<button "Next">> <<set $index = $index + 1>> <<if $index gt ($nameList.length - 1)>> <<set $index = 0>> <</if>> <<goto [[STAR-TESTER-INDEX]] >> <</button>> <<set $debugName = $nameList[$index]>> <</nobr>> <span class="small-index"> /* DISPLAY THE CURRENT STARS IMAGE SUITE */ $debugName - Star# <<print $index + 1>>/$nameList.length FACE AND BODY 1-5 F[img[$imgPath + $debugName + " " + "FACE" + ".jpg"]]1[img[$imgPath + $debugName + " " + "1" + ".jpg"]]2[img[$imgPath + $debugName + " " + "2" + ".jpg"]]3[img[$imgPath + $debugName + " " + "3" + ".jpg"]]4[img[$imgPath + $debugName + " " + "4" + ".jpg"]]5[img[$imgPath + $debugName + " " + "5" + ".jpg"]] </span> /* DISPLAY THE CURRENT STARS REWARD VID */ REWARD VID <video @src="'videos/' + $debugName + '.webm'" autoplay loop muted height="288"></video> /* STAR TESTER RETURN BUTTON */ <<button "Star Tester">><<goto [[STAR-TESTER]] >><</button>>
<<set $index = 0>> <<goto [[STAR-TESTER-INDEX]] >>