Which is more optimized, 1 macro or 100 "execute if"s.
Very simple question. For example, I have a command that runs
/damageon a targeted entity and the damage that is applied is taken from a scoreboard. Would it be more efficient to have 1 function macro that inputs the damage value from storage, or 100execute ifs to cover as many damage values as possible?