Recent content by shogun

  1. changing max hitpoints? can this be done?

    i know this is old post but this is what i did [CommandProperty(AccessLevel.GameMaster)] public override int HitsMax { get { int strBase; int strOffs = GetStatOffset(StatType.Str); if (Core.AOS)...
Back