Anyone know the code for the SWG-R22 door?
8644
/* START OF DOOR SWG */
<<if $open isnot true>>
<<set _inspectdoor to true>>
<div class="future">
<<include Terminal>>
<<if $execute is false>>
<b><center>PLEASE ENTER ACCESS CODE.<br> PRESS ENTER TO EXECUTE.</center></b>
<</if>>
<<if $execute is true>>
<<if $string1 isnot -1 and $string2 isnot -1 and $string3 isnot -1 and $string4 isnot -1>>
/* Below is correct code for snippet. */
<<if $string1 is 8 and $string2 is 6 and $string3 is 4 and $string4 is 4 >>
<b><center>CODE ACCEPTED!<br> ACCESS GRANTED.</center></b>