09.12.2016, 20:13
Hi there! I've recently got an idea which you can implement.
In G2O Source code is a function called "getItemName" but every item in Singe Player Game
have two diffrent names, one name is "focus name" and the second is "description name".
The problem is, that i can't return "description name".
You could modify getItemName function by adding third argument, or create new function
example:
void getItemDescription(string item_code)
Also usefull would be function, which will returns item statistics (in armors)
(There are five diffrent protection values in single player items)
example how this function could be look:
void getArmorStat(string item_code, string protection_value)
All understand ?
All understand ?