11-16-2015, 01:51 AM
Using LUA, is it possible to get the name or something that uniquely identifies the currently summoned retainer?
I've written a mod to export my inv to file, but can only export all retainers by summoning them one at a time, however I can't tell what items came from what retainer.
Example:
So, let's say my retainer is named "Minion", I'd like the output to look like this:
So, is it possible?
I've written a mod to export my inv to file, but can only export all retainers by summoning them one at a time, however I can't tell what items came from what retainer.
Example:
Code:
Retainer Tab 1,1,Ruby HQ,1005187,true,10000,0,6,99,100,0,90,1,12,1,false
So, let's say my retainer is named "Minion", I'd like the output to look like this:
Code:
Retainer (Minion) Tab 1,1,Ruby HQ,1005187,true,10000,0,6,99,100,0,90,1,12,1,false
So, is it possible?