|
im fairly new to programming, and would like to use he inventory in this package but since arenmook wont provide support to the inventory i hope i can get some help from all you awesome folks out here, my problem is that i cant seem to extract the equipped items stats and add them to my character sheet. fx my base armor is 100, i equip a ring with 5 armor, and now i want my armor to show 105, i have a script set up to show the armor and everything, i am just stuck on to WHERE do i extract the item stats for what is equipped? im a newbie to programming so bear with me :) thanks alot in advance fellas!
(comments are locked)
|

InvGameItem.CalculateStats() is what i have gotten so far, but i have no idea how to extract anything from it, seems like i cant convert it to string or int :/