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) ```