Thanks for the ideas!
I had thought to use a single custom property and make it a list, using a format like
Code: ags
Where x, y would be inventory ID numbers and aaa/bbb the relevant text for each item. I didn't think of using separate custom properties for each item, though.
What I was afraid of concerning the function method, was that the functions for characters and inv. items would get too big (as there would be an "else if" for most characters/items), and therefore it would take "too long" to execute repeatedly. If this is not an issue however, then I guess that method is viable as well.
In any case, thanks again for the suggestions.
I had thought to use a single custom property and make it a list, using a format like
{x}aaa|{y}bbb
Where x, y would be inventory ID numbers and aaa/bbb the relevant text for each item. I didn't think of using separate custom properties for each item, though.
What I was afraid of concerning the function method, was that the functions for characters and inv. items would get too big (as there would be an "else if" for most characters/items), and therefore it would take "too long" to execute repeatedly. If this is not an issue however, then I guess that method is viable as well.
In any case, thanks again for the suggestions.
