UseSelfPaperdollScroll
Opens the Character Status scroll (from the paperdoll) for the current character.
Despite the name, this does not open the paperdoll itself — it sends the “paperdoll scroll” packet. The result depends on the server implementation: it may open a text-based status window, a multi-page gump, or other shard-specific UI.
For opening the scroll for another mobile, use UseOtherPaperdollScroll.
Открывает скролл статуса персонажа (Character Status, из окна папердолла) для текущего персонажа.
Несмотря на название, этот метод не открывает сам paperdoll — он отправляет пакет «paperdoll scroll». Результат зависит от реализации сервера: может открыться текстовое окно со статусом, многостраничный гамп или другой UI, специфичный для шарда.
Для открытия скролла другого мобайла используйте UseOtherPaperdollScroll.
procedure UseSelfPaperdollScroll;
def UseSelfPaperdollScroll() -> None: ...
begin
UseSelfPaperdollScroll;
AddToSystemJournal('Opened own character status scroll');
end.
UseSelfPaperdollScroll()
AddToSystemJournal('Opened own character status scroll')