What is the command to load a script from the toribash command line (chat window)?
How do I invoke a script to start from within a .tbm file (so that the mod always uses the script at start up of the mod.)?
I am saddened.
Would it be possible to load a mod on a server and then load a script after that would affect the server? So for example load my mma script and then load the script that fractures everything that happens below that fracture point?
It's possible to make a script run when you load a mod, you just need a master script to do it.
You just need to have a file with the same name of the mod you want to load.
The master script then checks any mod changes.
If the mod changes, it executes the new mod's script.
I'll work on this later.