If: Used to confirm if a variable is equal (==), not equal (!=), greater than (>), lesser than (<), equal or greater than (>=), equal or lesser than (<=), then chooses what to do if the variable meets the condition. Using it in code - if Exemple==3 then @3