Author Topic: Film Mode.  (Read 843 times)

I do believe, film mode what like, hidden or broken or something ^_^
And one day. I was looking for the RA on the archive. When i stumbled upon
Code: [Select]
if(!$FilmModeMapped)
{
$remapDivision[$remapCount] = "Film Mode";
$remapName[$remapCount] = "Toggle Film Mode";
$remapCmd[$remapCount] = "toggleFilmMode";
$remapCount++;
$FilmModeMapped = 1;
}

function toggleFilmMode(%val)
{
if(!%val)
return;
if($FilmMode)
canvas.setContent(PlayGui);
else
canvas.setContent(NoHudGui);
$FilmMode = !$FilmMode;
}

Would it work, or would it flail

How about you stop asking about almost everything and actually try it?

Hey... Thats a good idea!