Language catalogKeywordsifOn this pageifThis statement will execute only if the provided condition is met. Syntax if $condition Example if {@sender -> is_alive} Print "You are still alive."endif {AmountOf @all > 0} Print "There is at least one player online."end