hi! events in HFS were introduced to execute scripts when something happens.
In your case it's a script that will cause another script to be executed, so events are not needed.
To call a script from another script you have at least 2 ways
- you put the script inside a section, for example [MySection] and then to execute it you will use {.$MySection.}
- you put the script inside a variable/function, using {.set|MyScript|{: ******* :}.} and then to execute it you will use {.^MyScript.}