How would I made stealth auto renew so someone doesn't have to use the skill again once hidden?
using System;
using Server.Items;
using Server.Mobiles;
namespace Server.SkillHandlers
{
public class Stealth
{
private static readonly int[,] m_ArmorTable = new int[,]
{...