From bc01c1b6d695e0263af303703fa9a4b81f1d9904 Mon Sep 17 00:00:00 2001 From: Uleat Date: Wed, 12 Dec 2018 00:32:40 +0000 Subject: [PATCH] Updated Perl Inventory Slot Identifiers (asciidoc) --- Perl-Inventory-Slot-Identifiers.asciidoc | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/Perl-Inventory-Slot-Identifiers.asciidoc b/Perl-Inventory-Slot-Identifiers.asciidoc index 8702ab6..84ba87a 100644 --- a/Perl-Inventory-Slot-Identifiers.asciidoc +++ b/Perl-Inventory-Slot-Identifiers.asciidoc @@ -1,16 +1,12 @@ ### Examples -``` -quest::getinventoryslotid("cursor") -`returns current slotCursor definition (33)` -``` -``` -quest::getinventoryslotid("general.begin") -`returns current general slot beginning definition (23)` -``` -``` -quest::getinventoryslotid("augsocket.end") -`returns current augment socket end definition (5)` -``` +`quest::getinventoryslotid("cursor")` +returns current cursor slot definition + +`quest::getinventoryslotid("general.begin")` +returns current general slot beginning definition + +`quest::getinventoryslotid("augsocket.end")` +returns current augment socket end definition ### Identifier tokens ```