So, I need to design these things, and I'm having a bit of trouble conceptualizing it, maybe you all can help put things in perspective. So far my thoughts are the following.
Every location where they can hit stuff is an activator in a large FormList. Every 45 seconds they pick a random member of this formlist, and whatever number they pick they set a global variable equal to the index they picked. Then there is a packagelist of associated packages that basically says "walk to this place and hit it with a hammer". I'm guessing I can just force the actor to continuously attack the activator with a hammer at that point. Each of these packages are only enabled if the global variable is the correct value, so they wander about hitting things seemingly at random.
The problem I immediately see with this solution is how labor intensive it is. Is there perhaps an easier way to manage this that I'm overlooking?
