You are probably asking about && and ||. You can use them to chain multiple conditions together, e.g. if ((health > 50) && hasAmmunition) ...
確定! 回上一頁