
I am looking for a script to clone the selected token and to produce n copies of it in a square array on the battle field. I would like to have four parameters token_name = name + number, and for filling in the Red, Green and Blue bubbles automatically which would be dice formulae For example select an orc token then enter the !TROOPS [n],[sn],[series name],[die formulae red bubble],[die formulae green bubble], [die formulae blue bubble] type !TROOPS 9,sn, orc, 2d8+2,14,30 would create a square array of 3x3 of cloned orcs with the red bubble set to 2d8+2, green bubble 14 and blue bubble 30. The orcs would have token names orc sn+0, orc+sn+2, ....... I was wondering is there already a script to do this sort of thing or should I write one ? Jack