====== UO Protocol 0xB1 ====== ===== Generic Gump Trigger (Variable # of bytes) ===== This is sent when the user responds to a gump Offset Type Name Description ------ -------- ---------------- ------------------------------ 0000 BYTE cmd 0001 USHORT size 0003 UINT player 0007 UINT serial 0011 UINT button the serial of the button that was pressed 0015 UINT switches the number of switches in the loop loop { this is a loop of all selected switches (radios/checkboxes) UINT switchid the switch's serial } UINT entries the number of text entry responses included in the list loop { this loop contains textual data for the gump USHORT number the text entry serial USHORT length the length of the text UNI[] text the text }