No. Fix the poll.
Also, if there is VCE and AddRelativeVelocity: (En is Enabled)
Flying forward:
[En]0. [0 ] OnActivate >> Self >> ToggleEventEnabled [0 1]
[En]1. [33] OnActivate >> Self >> fireRelay
[En]2. [33] OnRelay >> Self >> fireRelay
[En]3. [0 ] OnRelay >> Self >> VCEifValue [<var:pl:crouching>] == [1] [4 5]
[En]4. [0 ] OnVariableTrue >> Player >> AddRelativeVelocity [0 ] [30 ] [5 ]
[En]5. [0 ] OnVariableTrue >> Player >> spawnExplosion ["Player Teleport"]
Do this and then once you click this brick, you can fly by crouching.
Floating in midair:
[En]0. [0 ] OnActivate >> Self >> ToggleEventEnabled [0 1]
[En]1. [33] OnActivate >> Self >> fireRelay
[En]2. [33] OnRelay >> Self >> fireRelay
[En]3. [0 ] OnRelay >> Self >> VCEifValue [<var:pl:jetting>] == [1] [4 ]
[En]4. [0 ] OnVariableTrue >> Player >>SetVelocity [0 ] [0 ] [0 ]
Do this and then once you click this brick, you can hover by using your jet key.
Also, if you want Bessie to do the same, then idk, set the events to Bot instead of Player, and use "bot" instead of "pl". If you can't, hold on to Bessie and fly her to safety.