pub fn list_box(pid: u16, id: i16, label: &str, items: &str)Expand description
Display a listbox at the center of the screen where each item takes up
a row and is selectable, with the listbox only vanishing once the Ok button
is pressed.
pid The player ID for whom the listbox should appear.
id The numerical ID of the listbox.
label The text at the top of the listbox.
\parm items The items in the listbox, separated by newlines (e.g. “Item 1\nItem 2”).
Returns void