I tried drag and drop for my mob scripts and it throws tons of errors like:
public override void GetDamageTypes( Mobile wielder, out int phys, out int fire, out int cold, out int pois, out int nrgy )
{
phys = 1;
fire = 0;
pois = 0;
nrgy = 0;
cold = 99;
will throw an error "...