pub fn input_dialog(pid: u16, id: i16, label: &str, note: &str)
Expand description
Display an input dialog at the center of the screen.
pid
The player ID for whom the input dialog should appear.
id
The numerical ID of the input dialog.
label
The text at the top of the input dialog.
\parm note The text at the bottom of the input dialog.
Returns void