For my script i added an integer one to the declare players then to make them inactive i put
SCAR Code:procedure inactive;
begin
if (Vialsfilled >Players[CurrentPlayer].Integer1)then
Players[currentplayer].active:=false;
end;
im pretty sure the procedure in itself is right but im not sure where to put it in the main loop i atached script below so u can see the loop


Reply With Quote








