So I am making some basic scripts. I want to know if I have multiple scripts saved can I call one script inside another script to process. For instance I have a selecting script that when a token or group of tokens are selected it returns their names. I also have a healing script that heals selected tokens. Now instead of writing a long script that basically both the selecting and then applying healing, I was wondering if there is a way to call the selecting script, get the names of tokens, then just heal them. So basically a function that calls another external function.