Maybe have the bots disappear after say 20 seconds. Here's what I'd have it do.
When sprayed, check for the value: Has women.
If value=1, then don't do anything.
If value=0, spawn women, and change value to 1.
After 20 seconds, delete women, and change value to 0
Now just translate that to Torque I guess.