I know this code works perfectly on a normal STGC, but it doesn't seem work with a triggered one
snd doNotTransformSubSounds.
snd showInVCS isNil ifFalse: [snd showInVCS: ?showInVCS].
Here's the odd thing I have now discovered...
What I am actually trying to do is have 4 different options exposed in my Class.
One of them (StepCounter in this case) does work, but the others don't even though they have the exact same syntax.