Hello,
I would like to know how to gain information about an item. For example if I had the items ID e.g. 1 and I wanted to find the name for that item what would I do to find it? I know there is a method/function "name" built into the item class, as well as others like "description", "icon_name" and so on. I just want to know how to use these to get the information.
Would it be something like $data_item[1].name to get the name? I have tried this piece of script but it didn't actually get me anything. Am I on the right track though? I know $data_item.size gives the number of items available in the game.
Thanks for you time,
Seto
I would like to know how to gain information about an item. For example if I had the items ID e.g. 1 and I wanted to find the name for that item what would I do to find it? I know there is a method/function "name" built into the item class, as well as others like "description", "icon_name" and so on. I just want to know how to use these to get the information.
Would it be something like $data_item[1].name to get the name? I have tried this piece of script but it didn't actually get me anything. Am I on the right track though? I know $data_item.size gives the number of items available in the game.
Thanks for you time,
Seto