Got this error:
<<if ($w.xr.h.rel.cuk or $w.xr.h.rel.opn or $w.pref.cht) and $w.rous gt 150 and $fkr.ch is 0 and (not $w.xr.br.evt.on or ($w.xr.br.evt.on and $w.xr.br.evt.done)) and ($gameDate.getDate() - $dtsv.rel) gte 2>>     <<goto [[MW_FuckRIntro1A]]>> <<elseif ($w.xr.h.rel.cuk or $w.xr.h.rel.opn or $w.pref.cht) and $w.rous gt 150 and $gameDate.getHours() lt 13 and (GameDays[$gameDate.getDay()] is "Mon" or GameDays[$gameDate.getDay()] is "Wed") and (not $w.xr.br.evt.on or ($w.xr.br.evt.on and $w.xr.br.evt.done)) and (($fkr.ch is 1 and not $w.evt.fkr1.a) or ($fkr.ch is 2 and not $w.evt.fkr2.a) or ($fkr.ch is 3 and (not $w.evt.fkr1.a or not $w.evt.fkr2.a)))>>     <<goto [[MW_FuckRIntro1A]]>> <<elseif $w.evt.fkr1.a and not $w.evt.fkr1.b and $gameDate.getHours() gte 12>>     <<goto [[MW_FuckR1B]]>> <<elseif $w.evt.fkr2.a and not $w.evt.fkr2.b and $gameDate.getHours() gte 12>>     <<goto [[MW_FuckR2B]]>> <<elseif $w.xr.h.rel.swg and not hasVisited("SwingPathStart_A1") and (GameDays[$gameDate.getDay()] is "Mon" or GameDays[$gameDate.getDay()] is "Tue" or GameDays[$gameDate.getDay()] is "Wed") and ($gameDate.getDate() - $dtsv.rel) gte 2 and $gameDate.getHours() lte 12 and $w.rous gte 120>>     <<goto [[SwingPathStart_A1]]>> <<elseif hasVisited("SwingPathStart_A1") and not hasVisited("SwingPathStart_A2") and $gameDate.getHours() gte 12>>     <<goto [[SwingPathStart_A2]]>> /* Standard */ <<else>> <<if ndef $mwile or $mwile.length lt 4>>     <<set $mwile to [0,1,2,3,3,4,5,6,7,7,7,8,8,8,9]>>     <<if $w.xr.br.evt.on and not $w.xr.br.evt.done>>         <<run $mwile.push[1,1,2,2,3,3]>>         <<run $mwile.shuffle()>>     <</if>> <</if>> <<run $mwile.shuffle()>> <<set $w.loc to $mwile.pluck()>> <<if $w.loc is 0>>     <<goto [[MW_Bedroom]]>> <<elseif $w.loc is 1>>     <<goto [[MW_BathroomBase]]>> <<elseif $w.loc is 2>>     <<goto [[MW_Kitchen]]>> <<elseif $w.loc is 3>>     <<goto [[MW_GuestRoom]]>> <<elseif $w.loc is 4>>     <<goto [[MW_Balcony]]>> <<elseif $w.loc is 5>>     <<goto [[MW_LivingRm]]>> <<elseif $w.loc is 6>>     <<goto [[MW_Laundry]]>> <<elseif $w.loc is 7>>     <<goto [[MW_Gym]]>> <<elseif $w.loc is 8>>     <<goto [[MW_Shopping]]>> <<elseif $w.loc is 9>>     <<goto [[MW_Park]]>> <</if>> <</if>>