Skip to content
Snippets Groups Projects
Commit e506da74 authored by thaumx's avatar thaumx
Browse files

Update nextWeek.tw to trigger standard show scheduled event

parent b41022b6
No related branches found
No related tags found
4 merge requests!843Delete Please.,!833Pregmod master,!758Pregmod master,!416FCTV Mod
...@@ -108,6 +108,14 @@ ...@@ -108,6 +108,14 @@
<<set $PC.labor = 1>> <<set $PC.labor = 1>>
<</if>> <</if>>
<<if $FCTVenable == 1 && $FCTVreceiver != 0>>
<<set $FCTVcount += 1>>
<<if $FCTVcount >= $FCTVrate && FCTVrate != -1>>
<<set $FCTVcount = 0>>
<<set $FCTVshow = 1>>
<</if>>
<</if>>
<<if $week == $oldWeek>> <<if $week == $oldWeek>>
<<set $week += 1, $day += 7>> <<set $week += 1, $day += 7>>
<<switch $month>> <<switch $month>>
......
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