Thanks in advance
Item uiName from name
- cromcrom
- Posts: 549
- Joined: Tue Sep 11, 2012 7:16 am
- Location: Chateauroux in a socialist s#!$*&% formerly known as "France"
Item uiName from name
Hi, is there a way to get the uiName of an object from its name ?
Thanks in advance
Thanks in advance
A trip of a thousand leagues starts with a step.
- Montis
- Posts: 340
- Joined: Sun Apr 15, 2012 1:25 am
- Location: Grimrock II 2nd playthrough (hard/oldschool)
Re: Item uiName from name
I don't think so, or at least it's not documented. This would be very nice to have, so you could do stuff like
Code: Select all
hudPrint("As you pick up "..item.uiName.." it crumbles to dust because of your curse.")Re: Item uiName from name
Well I haven't done any hooks yet, but I'm sure there's some way to use them.