Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
macaronideath
fc-pregmod
Commits
caa03707
Commit
caa03707
authored
6 years ago
by
lowercasedonkey
Browse files
Options
Downloads
Patches
Plain Diff
add frame for remote
parent
329d2a1f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/pregmod/seFCTV.tw
+103
-88
103 additions, 88 deletions
src/pregmod/seFCTV.tw
with
103 additions
and
88 deletions
src/pregmod/seFCTV.tw
+
103
−
88
View file @
caa03707
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment