Playing with ASSERT I noticed that GO- did not respect the assert settings in cue. (Go+ does)
It felt confusing.
Is this how it's supposed to work?
Playing with ASSERT I noticed that GO- did not respect the assert settings in cue. (Go+ does)
It felt confusing.
Is this how it's supposed to work?
Is this how it's supposed to work? yes
forcing assert only applies to actions that normally doesn't assert (e.g. Go+)
for actions like Go- and Goto, this cue-property has no effect, as the assert is already forced by the action.