### Summary of the new feature / enhancement I would like to make a ScriptMethod that chains until the last step. Unfortunately, a ScriptMethod lacks two key pieces of information that would enable this: * A ScriptMethod does not know its own name * A ScriptMethod does not know it's calling AST ### Proposed technical implementation details (optional) These two pieces of information should be embedded into variables, if possible.