Place the "Execute script" activity into the main file. Write the path to the desired script in it and add the required parameters. Call script using the "Set value" activity where we provide the required action (in our case it's a simple calculation of two numbers) and name the resulting variable. Get back to the main script and use "Message box" activity, write in it the message text and transform the number into string within it.