![]() ![]() | ![]() |
version 1.245, 2002/06/26 19:46:19 | version 1.247, 2002/06/27 16:03:55 |
---|---|
Line 1737 sub allowed { | Line 1737 sub allowed { |
} | } |
} | } |
# Restricted by state? | # Restricted by state or randomout? |
if ($thisallowed=~/X/) { | if ($thisallowed=~/X/) { |
if ($ENV{'acc.randomout'}) { | |
my $symb=&symbread(); | |
if ($ENV{'acc.randomout'}=~/\&$symb\&/) { return ''; } | |
} | |
if (&condval($statecond)) { | if (&condval($statecond)) { |
return '2'; | return '2'; |
} else { | } else { |