Re: Spawning random actors with random weapons. help
I'm not familiar with the mod, but if it spawns actor using an activity script, than you can modify the actor and weapon spawning through that. Random spawning examples can be found in most of the vanilla activity scripts, though you can do it another way by randomly selecting a PresetName from a table.