UseOtherPaperdollScroll
Opens the Character Status scroll (from the paperdoll) for the specified mobile.
ObjID — serial (ID) of the mobile.
Despite the name, this does not open the paperdoll itself — it sends the “paperdoll scroll” packet, which on different shards may open a text-based status window, a multi-page gump, or other shard-specific UI. The exact result depends on the server implementation.
The mobile must exist in the world. If it does not, an error is logged.
For opening the scroll for your own character, use UseSelfPaperdollScroll instead.
Открывает скролл статуса персонажа (Character Status, из окна папердолла) для указанного мобайла.
ObjID — serial (ID) мобайла.
Несмотря на название, этот метод не открывает сам paperdoll — он отправляет пакет «paperdoll scroll», который на разных шардах может открыть текстовое окно со статусом, многостраничный гамп или другой UI, специфичный для шарда. Точный результат зависит от реализации сервера.
Мобайл должен существовать в мире. Если нет — логируется ошибка.
Для открытия скролла своего персонажа используйте UseSelfPaperdollScroll.
procedure UseOtherPaperdollScroll(ObjID: Cardinal);
def UseOtherPaperdollScroll(ObjID: int) -> None: ...
begin
UseOtherPaperdollScroll(LastTarget);
AddToSystemJournal('Opened character status scroll for last target');
end.
UseOtherPaperdollScroll(LastTarget())
AddToSystemJournal('Opened character status scroll for last target')