I had someone ask me why they couldn't see what the item was when they looked at it with the eyeglass in the Inventory .and I don't know how it is done and I can't seem to find it in the manaul .
I guess if you look at something it says the name of it ?
To add a description for items in the game.
So, as an example: let's say the item is a "Red Flower", it's probably best to go to the "Global Messages" part of the AGS editor, then select a line to edit, let say you choose line 510, double-click line 510 to open the editor for it. Enter in the description message for your "Red Flower", somthing such as "It's a pretty red flower and smells nice too." (or whatever description you'd like.) Click the "OK" button to accept the changes.
Now from the AGS editor, select the "Inventory Items" part, and highlight the item which is your "Red FLower" (this would also be a good time to insure that you have something entered into the "Inventory Item Name:" field to give your item a simple name such as "Red Flower"). Now, having the "Red Flower" item highlighted, click on the "Interaction" button. Now under "Look at Inventory Item", right-click to add a "New action...", then select "Game - Display a message", then select where it says "Message number: 0" and click the "Change" button, then under "Value" enter in "510", then "OK" and "OK" to accept the new changes.
So, now when you go to look at the "Red Flower", it should now display the "global message" number "510" which might read "It's a pretty red flower and smells nice too."
The above was just an example, of course you would change the item's name, description, global message number according to the item(s) you want to describe.
Thank you , I should be able to do that .