Hi there,   I am trying to use GroupInit for W40K but i have problems with the configuration.   The Ini is calculated with this formula: 1d10 +   Agility : 10 rounded down to nearest tens digit..... so a 49 would be a 1d10 + 4  I know that normaly this would be a floor command.....but i can't get it to work with GroupInit   I've tried things like  !group-init --add-group floor(Agility/10)  but that won't work.   Perhaps you can help me with this problem ?   Thank you very much in advance !!!!   H0ND0