func void Use_ItWr_DexterOrder()
{
var int nDocID;
nDocID = Doc_Create();
Doc_SetPages(nDocID,1);
Doc_SetPage(nDocID,0,"LETTER_OLD_NOTE.TGA",0);
Doc_SetFont(nDocID,-1,FONT_Book_Letter);
Doc_SetMargins(nDocID,-1,50,50,50,50,1);
Doc_PrintLine(nDocID,0,"");
Doc_PrintLine(nDocID,0,"");
Doc_PrintLines(nDocID,0,"Оставайтесь на своем месте и не высовывайтесь, пока наш человек в ополчении не даст нам знать, какова сейчас ситуация в городе.");
Doc_PrintLine(nDocID,0,"");
Doc_PrintLine(nDocID,0,"");
Doc_PrintLine(nDocID,0," Д.");
Doc_Show(nDocID);
if (mis_wulfgarbandits == LOG_RUNNING && !RX_mis_wulfgarbanditsLetter)
{
RX_mis_wulfgarbanditsLetter = TRUE;
B_LogEntry(TOPIC_WULFGARBANDITS, "Кажется, я нашел то, что интересовало Вульфгара. Нужно срочно показать ему это письмо.");
};
};