how do I have to write an "if" statement so that I can automatically fetch all the users in judge status = 1 and open this button for them?
<?php
CASE "!judge":
IF ( UserIsAdmin( $userName ) == 1 )
THEN
SetCurrentPlayerVar("judge", "1");
ENDIF
?>
<?php
IF ( GetPlayerVar(tumes925semut,judge) == 1)
THEN
openButton( tumes925semut, "1stclipC",.....;
ENDIF
?>