Yeah, stick this rune in your "on activation" field.
Note - set
radius to the desired radius in meters
set the number of random 360s in the array to the number of bombs.
For example, 4 bombs, 100 m radius.
LGB = "LaserGuidedBomb"; radius = 100; "bomb = LGB Camcreate [(radius * (_x mod 1))*sin _x, (radius * (_x mod 1))*cos _x, .5]" Foreach [random 360, random 360, random 360, random 360]