If there are useful (for macros) features in the PascalScript package, and all they need is to be "enabled" (E.g. by calling some register procedure, or using some existing unit), then please provide patches or at least detailed info.
Mind you: Useful for macros.
Adding TForm is not useful for macros. Yes sure you could have an entire app running as macro, but that is not the purpose macros have (also any interactivity in macros must be modal / you can't have a macros that stays active in the background). A macro runs as a whole, and must complete and exit, before the IDE can do anything else.
If you need more, then it is time to look at IdeIntf, and write an add on (it's not that hard / just search an existing for how to register a menu or keycombo, and then use the Intf packages eg for SourceEdit)