OK, when I put this in the items.items file, the game runs fine:
ITEM
{
CURSOR_COMBINED = TRUE
CAPTION = "WME User's Guide"
NAME = "book"
IMAGE = "items\book.png"
CURSOR = "items\book.png"
CURSOR_HOVER = "items\book_h.png"
SCRIPT = "items\book.script"
}
The engine crashes when I put this code:
ITEM
{
CURSOR_COMBINED = TRUE
CAPTION = "WME User's Guide"
NAME = "book"
IMAGE = "items\book.png"
IMAGE_HOVER = "items\book_h.png"
CURSOR = "items\book.png"
CURSOR_HOVER = "items\book_h.png"
SCRIPT = "items\book.script"
}
I think that the attribb IMAGE_HOVER don't exist. I need to know if there are another way to do the items inventory image hover.
Thanks,
SANNOI