From 2c4d5d67e6b150711778bbe550abac9a1493bf2e Mon Sep 17 00:00:00 2001 From: Uleat Date: Wed, 12 Dec 2018 00:00:31 +0000 Subject: [PATCH] Updated Perl Inventory Slot Identifiers (asciidoc) --- Perl-Inventory-Slot-Identifiers.asciidoc | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Perl-Inventory-Slot-Identifiers.asciidoc b/Perl-Inventory-Slot-Identifiers.asciidoc index eac2c67..1bcbb24 100644 --- a/Perl-Inventory-Slot-Identifiers.asciidoc +++ b/Perl-Inventory-Slot-Identifiers.asciidoc @@ -1,9 +1,15 @@ #### Examples -```quest::getinventoryslotid("cursor")``` +``` +quest::getinventoryslotid("cursor") +``` * returns current slotCursor definition (33) -```quest::getinventoryslotid("general.begin")``` +``` +quest::getinventoryslotid("general.begin") +``` * returns current general slot beginning definition (23) -```quest::getinventoryslotid("augsocket.end")``` +``` +quest::getinventoryslotid("augsocket.end") +``` * returns current augment socket end definition (5) ```