This is could be done using 2 script commands showevent() or questinfo() for more informations you can check the commands documentation https://github.com/H...txt#L8976-L9017
i try like this but now work
izlude,100,100,4 script Test 102,{
mes("[Test]");
mes("Hello World.");
close();
OnInit:
showevent(QTYPE_QUEST, 0);
end;
}