diff options
-rw-r--r-- | doc/script_commands.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index f0758de71..097cae665 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -3044,25 +3044,6 @@ the function is called. This function is intended for use in item scripts. --------------------------------------- -*getnameditem(<item id>,"<name to inscribe>"); -*getnameditem("<item name>","<name to inscribe>"); - -This function is equivalent to using 'getitem', however, it will not just -give the character an item object, but will also inscribe it with a -specified character's name. You may not inscribe items with arbitrary -strings, only with names of characters that actually exist. While this -isn't said anywhere specifically, apparently, named items may not have -cards in them, slots or no - these data slots are taken by the character -ID who's name is inscribed. Only one remains free and it's not quite clear -if a card may be there. - -This function will return 1 if an item was successfully created and 0 if -it wasn't for whatever reason. Like 'getitem', this function will also -accept an 'english name' from the item database as an item name and will -return 0 if no such item exists. - ---------------------------------------- - *getitemslots(<item ID>) This function will look up the item with the specified ID number in the |