internal void SendGumpSelect(int triggerId) { lock (gumpLock) { try { infusionApi.GumpResponse() .Trigger(new GumpControlId((uint)triggerId)); nextTriggerId = null; } catch (GumpException ex) { console.Debug(ex.ToString()); } } }