GFX Index [Solved]
Posted: Mon Nov 03, 2014 1:36 am
Hello, is there any list with GFXIndex of items? (For defining new objects)
Official Legend of Grimrock Forums
https://mail.almosthumangames.com/forum/
https://mail.almosthumangames.com/forum/viewtopic.php?t=8094
Code: Select all
print(spawn("tome_wisdom").item:getGfxIndex());
thanks!sps999 wrote:There isn't a list, but if you know the item you want to get the gfxIndex of, you can make a script with the following code and putting in any item you are looking for:
Code: Select all
print(spawn("tome_wisdom").item:getGfxIndex());