Dear Nate!I need make a function!


the role have the weapon in the hand,and the user get it by the shop,So I need independent draw the weapon at the shop.
CCSkeletonAnimation *pRole=CCSkeletonAnimation* createWithFile (const char* skeletonDataFile, Atlas* atlas, float scale = 1);
I setup a role by this function ,and how I get the the weapon independent? I need draw the weapon to the plank at the shop.
Thank you!!