SCAR Code:if (Players[currentplayer].Boolean2) then
begin
if ((haveaxe = true)and(havetinder = true))then result := true;
end else result := false;
//end else<-- says there should be a ; here but why
begin
if (haveaxe = true)then result := true;
end else result := false;
end;



Reply With Quote











