Block - on Break Section (Section) — Lusk
Addon: Lusk · Category: Section · Since: 1.2
Syntax
[execute|run] on (break[ing]|min(e|ing)) of %~block%Description
Runs the code inside of it when the provided block gets broken. Local Variables that are: - defined BEFORE this section CAN be used inside of it. - defined AFTER this section CANNOT be used inside of it. - defined INSIDE this section CANNOT be used outside of it.