delaycall

  1. Cad Bane

    Explosion Potion Help (ServUO Pub 57)

    Hello, I'm needing help with setting up explosion potions to have a 5-second delay BUT also able to cancel the pot mid-way through the timer and bring it back up. (Line 142) Timer.DelayCall(TimeSpan.FromMilliseconds(5000), () => from.EndAction(this.GetType())); // Default (500) I've changed...
Back