Updated Perl Inventory Slot Identifiers (asciidoc)

Uleat
2018-12-12 00:00:31 +00:00
parent f2b9676555
commit 2c4d5d67e6
+9 -3
@@ -1,9 +1,15 @@
#### Examples #### Examples
```quest::getinventoryslotid("cursor")``` ```
quest::getinventoryslotid("cursor")
```
* returns current slotCursor definition (33) * returns current slotCursor definition (33)
```quest::getinventoryslotid("general.begin")``` ```
quest::getinventoryslotid("general.begin")
```
* returns current general slot beginning definition (23) * returns current general slot beginning definition (23)
```quest::getinventoryslotid("augsocket.end")``` ```
quest::getinventoryslotid("augsocket.end")
```
* returns current augment socket end definition (5) * returns current augment socket end definition (5)
``` ```