If I write a script with say 10 commands, is it better to write 10 ON TEXT triggers (one for each command), or would I want to have a single ON TEXT with 10 if/elseif checks? Or does it even matter? I wasn't sure if one method would be safer some how, execute faster, or have other considerations I'm not aware of.