static void Main(string[] args) { RPG x = new RPG(); string[] a = { "3d6" }; Console.WriteLine(x.dieRolls(a)); Console.ReadLine(); }