gumpprompt
Окно с текстом.
Including Code
include ":gumps:gumpprompt";
GumpPrompt( mobile, text, movable );
Отображает окно с текстом и кнопкой.
Parameters
Description
mobile
Mobile to send the gump to.
text
(string)
movable
(int) 1 - окно подвижно, 2 - статично
Example
use uo;
use os;
include ":gumps:gumpprompt";
program txtcmd_gumpstest( mobile )
GumpPrompt( mobile, "It is a long established ....", 1);
endprogram

Last updated
Was this helpful?