TatWebScripter and AddScript

I'm trying to determine if its possible to have multiple scripts in a TatWebScripter so you can take advantage of script libraries with the uses statement. I can see how it can be done with the TIDEScripter, but not the TatWebScripter. Is this even possible with the TatWebScripter ?

It's possible using the OnInitScripter event. In that event it passes you the TatCustomScripter component used to execute the scripts, and at that time you can add extra scripts to it and register then using SelfRegisterAsLibrary.

Just make sure you don't touch the CurrentScript, which is the main one. Add more scripts using Scripts.Add.