create(name) returns the ScriptAction
      object with the name specified.
    Parameters
- name
 - A string representing the name of the action to return a ScriptAction object for.
 
Returns
The ScriptAction object for the given action name, or null if the action name is not registered.