#Understanding IL gobbledygook
1 messages · Page 1 of 1 (latest)
technically you can i think
you can use brtrue / brtrue_s or brfalse / brfalse_s opcodes to skip to a certain part of the ilcode thing if a condition above it is true or false (requires illabels and also a bit complicated), or just replace the condition you want to change by removing it and putting a delegate in its place