ID:145108
 
Code:
statpanel("Contacts")
for(var/obj/contacts/C in contents)
stat(C, "[C.relationship], [C.familiarity]")

Problem description:
Basically, I have multiple contact objects which represent different players you come into contact with, and each contact object has some verbs attached to it, and i want them to be right clickable in the Contacts tab. stat(C, "[C.relationship], [C.familiarity]") must be in the wrong format or whatever because C itself does not display like i thought it should, and if C itself does not display then it will not be right clickable to bring up the verbs attached to it. But thats wierd because for the inventory i used this...

statpanel("Items")
for(var/obj/items/O in contents)
stat(O)


And it works just fine... Thanks for the help bye.

EDIT - Also, even though everything below the first line appears to be tabbed over twice, its actually not in my code, it just copied that way for some reason =P
maybe if you take out the "" it might work im not sure though i havent tried it
We already fixed it. Thanks anyways.