Hi
This is beyond the scope of what I can help with (ACT script) – perhaps other members of the forum can help.
What could help is :
do a for loop to go through all the named selections and for everyone do the following:
To add convection:
cn=ExtAPI.DataModel.Project.Model.Analyses[0].AddConvection()
To add reaction probe:
rp=ExtAPI.DataModel.Project.Model.Analyses[0].Solution.AddReactionProbe()
I would suggest also the course on ALH for ACT scripting if it is of interest.
Hope this helps
Erik