Skip to content
Snippets Groups Projects
Commit caa03707 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

add frame for remote

parent 329d2a1f
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,20 @@ Tired after a long day, you tell <<if $Concubine != 0>>@@.pink;$Concubine.slaveN
<<if $cheatMode == 1 or $debugMode == 1>>
bring you the remote so you can choose whatever show you find interesting.
<br>
<style>
table.finances {
text-align: left;
border-collapse: separate;
border-spacing: 5px;
border-style: hidden;
empty-cells: hide;
width: 75%;
}
</style>
<table class="finances" border="1">
<tr><th>
<<link 0>>
<<set $randShow = 0>>
<<replace "#show">>
......@@ -45,94 +59,95 @@ Tired after a long day, you tell <<if $Concubine != 0>>@@.pink;$Concubine.slaveN
<<set $randShow = 2>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
<<link 3>>
<<set $randShow = 3>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
<<link 4>>
<<set $randShow = 4>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
<<link 5>>
<<set $randShow = 5>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
<<link 6>>
<<set $randShow = 6>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
<<link 7>>
<<set $randShow = 7>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
<<link 8>>
<<set $randShow = 8>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
<<link 9>>
<<set $randShow = 9>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
<<link 10>>
<<set $randShow = 10>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
<<link 11>>
<<set $randShow = 11>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
<<link 12>>
<<set $randShow = 12>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
<<link 13>>
<<set $randShow = 13>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
<<link 14>>
<<set $randShow = 14>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
<<link 15>>
<<set $randShow = 15>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
<<link "Toggle inappropriate">>
<<if _FCTVShowAll>>
<<set _FCTVShowAll = 0>>
<<else>>
<<set _FCTVShowAll = 1>>
<</if>>
<</link>>
<</replace>>
<</link>>
<<link 3>>
<<set $randShow = 3>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
<<link 4>>
<<set $randShow = 4>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
<<link 5>>
<<set $randShow = 5>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
<<link 6>>
<<set $randShow = 6>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
<<link 7>>
<<set $randShow = 7>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
<<link 8>>
<<set $randShow = 8>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
<<link 9>>
<<set $randShow = 9>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
<<link 10>>
<<set $randShow = 10>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
<<link 11>>
<<set $randShow = 11>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
<<link 12>>
<<set $randShow = 12>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
<<link 13>>
<<set $randShow = 13>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
<<link 14>>
<<set $randShow = 14>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
<<link 15>>
<<set $randShow = 15>>
<<replace "#show">>
<<include "SE FCTV Shows">>
<</replace>>
<</link>>
|
<<link "Toggle inappropriate">>
<<if _FCTVShowAll>>
<<set _FCTVShowAll = 0>>
<<else>>
<<set _FCTVShowAll = 1>>
<</if>>
<</link>>
</th></tr></table>
<<else>>
set FCTV to random show. Your larger-than-life screen flashes on, and is soon playing a random show from the popular streaming service.
......
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