[macro]1000 {change ID} Self.Inventory.Ammunition(3277)<=2 [else] Self.Equip.LeftHand(3208) {else} Self.Equip.LeftHand(3277)[/macro]
Between brackets is the label/"else" you want to skip if the result of the previous command is false. If the result is false he jumps to the label between braces.
Between brackets is the label/"else" you want to skip if the result of the previous command is false. If the result is false he jumps to the label between braces.