Advanced
Besides Sequential base class, there are some useful abstract classes that your custom sequential can derive from.
Derive from Sequential_ObjectTargeter
Sequential_ObjectTargeter is the base class for sequentials that needs a gameobject to perform actions on.
Tip
Most of the built-in sequentials derive from this class