Naviehs

Member
I wanted to make a group/list for types, how would one do such a thing?

So whenever I want a group of monsters I could do new Type(1, typeof(Ophidian)) and it would create a random ophidian,
thank you!
 
List <Type> ophidian = new List <Type>();

ophidian.Add (typeof (Ophidian));


then you could write a script to call a command that selects a random entry from a list
 

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back