omg ive just thought why does no one ever do this
i:=random(3);
case i of
0:begin
openbankfast('veb');
otherstuff;
end;
2:begin
findbank('veb');
otherstuff;
end;
etc
etc
etc
end;
completlty different everytime we bank
this could wokr v.well
and im sure theres other things to use it for
and how bout this
i dont know how to code this so this is wrong
begin
i:=getstatsmm('run');
if i>20+random(50) then setrun('true');
end;



Reply With Quote





