PERFORM CHECKLIST FOR OBJECT LIMBS(Obj)
Sure that's the one, once you have that assigned to a variable you could make a dummy cube, and position it with each limb and text out the limb number:
Make object cube 10,1
Hide object 10
Function drawlimbs(Obj)
Limbs=Perform checklist for object limbs(Obj)-1
For L=1 to Limbs
Position object 10,limb position x(Obj,L),limb position y(Obj,L),limb position z(Obj,L)
If object in screen(10)=1 then text Object Screen X(10),Object Screen Y(10),str$(L)
Next L
Endfunction
Commands might not be exact, any problems I'll check it tonight when I have access to DBPro and fix it. An app like Gator's is a good idea though, I started a great one that works much like Deep Exploration, it's probably the only DBPro app I ever put on my desktop because I use it so often. Keep meaning to finish it properly.