Skip to content
Snippets Groups Projects
Commit 9485faae authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-dev' into 'pregmod-master'

porn fame description resetter

Closes #943

See merge request pregmodfan/fc-pregmod!5139
parents 378ccbaa 76b210ee
No related branches found
No related tags found
No related merge requests found
App.Version = {
base: "0.10.7",
pmod: "2.6.X",
release: 1049,
release: 1050,
};
/* Use release as save version */
......
......@@ -189,9 +189,368 @@
<<set $args[0].prestigeDesc = pronounReplacer($args[0].prestigeDesc)>>
<</if>>
<<if (def $args[0].pornPrestigeDesc) && ($args[0].pornPrestigeDesc != 0)>>
<<set $args[0].pornPrestigeDesc = pronounReplacer($args[0].pornPrestigeDesc)>>
<<if $releaseID < 1050 && (def $args[0].prestigeDesc) && ($args[0].prestigeDesc != 0)>> /* BC absolutely FUCKED this */
<<switch $args[0].porn.fameType>>
<<case "generic">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $him being used.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of $him being used.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the sight of $him mid-coitus.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "fuckdoll">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. $His fans relish the sight of $him being used.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of $him being used.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the sight of $him being used.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "rape">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $him being raped.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of $him being raped.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the sight of $him being raped.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "preggo">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him swell with child.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of $him swollen with child.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the sight of $him swollen with child.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "BBW">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $his thick and soft body.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish $his thick, soft body.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with $his thick, soft body.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "underage">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $his childish body.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish $his immature body.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with $his immature body.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "weight gain">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $him eating and gaining weight.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish how curvy $he's gotten.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with how with how much weight $he has gained.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "big dick">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $his throbbing erection.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of $his heavy dick.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the sight of $his erect dick.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "deepthroat">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sounds $he makes when being throatfucked.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sounds $he makes when being throatfucked.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the sounds $he makes when being throatfucked.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "unwilling">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed how $he struggles during sex.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish how perfectly $he struggles during sex.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with how perfectly $he struggles during sex.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "hardcore anal">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $his asshole pushed to its limit.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish watching $his asshole pushed to its limit.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with seeing $his asshole pushed to its limit.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "softcore">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his lewd striptease.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish $his lewd striptease.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with $his lewd striptease.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "romantic">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the deep bond $he shares with $his partners.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the deep bond $he shares with $his partners.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the deep bond $he shares with $his partners.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "really perverted">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his most perverted tendencies.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the depths of $his perversions.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the depths of $his perversions.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "voyeur">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him devote $himself to $his partners' pleasure.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish $his devotion to $his partners' pleasure.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with $his devotion to $his partners' pleasure.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "unspeakable">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his willingness to do things not repeated in polite company.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish $his willingness to do anything and everything.">>
<<elseif $args[0].pornPrestige == 3>>
<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with $his willingness to do things not repeated in polite company.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "huge insertion">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $his holes filled to their limits.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of $his holes filled to their limits.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the sight of $his holes filled to their limits.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "orgasm denial">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $him ignoring $his own pleasure.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of $him denying $himself pleasure.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the sight of $him denying $himself pleasure.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "cum addiction">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him do anything and everything for cum.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of $him doing anything for cum.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the sight of $him doing anything for cum.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "anal addiction">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him do anything for a dick in $his ass.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of $him doing anything for a dick up $his ass.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the sight of $his well-versed anus.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "exhibition">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him do anything for attention.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of $him doing anything for attention.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the sight of $him doing anything for attention.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "breast expansion">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed charting the growth of $his breasts.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of $his expanding bust.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the history of $his growing bust.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "abuse">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him abuse others.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of $him abusing others.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with $his abusive tendencies.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "sexual torture">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $him getting off from the suffering $he caused.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of $him getting off from the suffering $he caused.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with $his hunger for making others suffer.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "self hating">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him happily suffer.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish $his suffering.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the sight of $him suffering.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "breeder">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him obsess over pumping out babies.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish $his obsession with having children.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with $his obsession with being pregnant.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "submissive">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his submission.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish $his submissiveness.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with $his submissiveness.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "cum">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his taste for cum.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish $his desire for cum.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with $his taste for cum.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "buttslut">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $his rear.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of $his rear.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the sight of $his rear.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "humiliating">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $him humiliating $himself.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish $his frequent humiliation.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with $his frequent humiliation.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "breast">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $his breasts.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of $his breasts.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with $his breasts.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "dominant">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his dominance.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish $his dominance.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with $his dominant streak.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "sadistic">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his sadism.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish $his sadism.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with $his sadistic streak.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "masochistic">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his masochism.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish $his masochism.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with $his masochistic streak.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<case "pregnancy fetish">>
<<if $args[0].pornPrestige == 1>>
<<set $args[0].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his fondness for pregnancy.">>
<<elseif $args[0].pornPrestige == 2>>
<<set $args[0].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish $his fondness for pregnancy.">>
<<elseif $args[0].pornPrestige == 3>>
<<set $args[0].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with $his pregnancy kink.">>
<<else>>
<<set $args[0].pornPrestigeDesc = 0>>
<</if>>
<<default>>
<<set $args[0].pornPrestigeDesc = 0>>
<</switch>>
<<else>>
<<set $args[0].pornPrestigeDesc = pronounReplacer($args[0].pornPrestigeDesc)>>
<</if>>
<</if>>
<</widget>>
<<widget "setLocalPronouns">>
......
:: Main [nobr]
<<if $releaseID >= 1000 || ["0.9", "0.8", "0.7", "0.6"].includes($ver)>>
<<if $releaseID >= 1049>>
<<elseif $releaseID < 1049 && ndef $SecExp>>
<<if $releaseID >= 1050>>
<<elseif $releaseID < 1050 && ndef $SecExp>>
<<= App.SecExp.Check.general()>>
<<goto "Main">>
<<elseif $releaseID < 1047 && ndef $sideBarOptions>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment