PaladinWhite
Member
Code:
[COLOR="#DAA520"]> ash to_string($item[Spookyraven Library Key]);[/COLOR]
Multiple matches for "Spookyraven Library Key"; using "[7302]Spookyraven library key". () Clarify by using one of:
$item[[1764]Spookyraven library key]
$item[[7302]Spookyraven library key]
Returned: [7302]Spookyraven library key
[COLOR="#DAA520"]> ash to_string($item[[7302]Spookyraven Library Key]);[/COLOR]
Returned: [7302]Spookyraven library key
I recognize that maybe I shouldn't be using to_string($item[X]) to do this, since there's no to_string(item), so it falls back to to_string(string), causing an obvious issue. Is there a better way (in which case this isn't an actual bug)?