Right click on a state title bar to open the State Context Menu:
Add Transition
Adds an empty transition box to the state. You then need to set the event that triggers the transition and the state it transitions to.
Add Global Transition
Adds an empty global transition to the state. You then need to set the event that triggers the global transition.
Copy States
Copy the selected states to the clipboard. You can then paste the states later.
Set as Start State
Sets the selected state as the start state for the FSM. The start state is the first state entered when the FSM is enabled.
Delete State
Delete the selected state.
Toggle Breakpoint
Toggles the breakpoint on the selected state. See Breakpoints.