This is my first post in a long time!
Okay, in the computer's init. filed, type:
ActionID = This AddAction ["Reset Lane 1", "Lane1.sqs"]
ActionID = This AddAction ["Reset Lane 2", "Lane2.sqs"]
And the script would look something like this (I think):
[i]Target1[/i] SetDammage 0
[i]Target2[/i] SetDammage 0
[i]Target3[/i] SetDammage 0
[i]Target4[/i] SetDammage 0
Save all above in purple as Lane1.sqs
For the second:
[i]Target5[/i] SetDammage 0
[i]Target6[/i] SetDammage 0
[i]Target7[/i] SetDammage 0
[i]Target8[/i] SetDammage 0
Save all above in purple as Lane2.sqs
I think this will work, not guarunteed.
Beware the GrimMonkey