ID:174207
 
How come if your displaying the contents of somethin else in a statpanel you dont get a popup menu if you rightclick on an obj? And is there anyway TO get one? Currently Im displaying an objs contents in a statpanel seperate from the usrs contents and if I use click and doubleclick procs to interact with the objs it works fine but I dont have a rightclick menu with verbs in it. And I NEED that right click menu. So is there anything I can do?

Breakdown:
Basically its a container that holds a certain type of thing. When you pick it up a bool is set to true to show that you have the obj and a var is set with the actual obj so it can be referenced without for(blahblahblah in usr) When you get one of the objects that it holds it gets added to the contents of the holder which is (usr/mob/src/whatever).holder.contents basically since the holder is in YOUR contents and the items go in ITS contents. The statpanel says if you have it then display its contents. a get verb adds the objects to your holder if you have one and a use verb shows its desciption. This is done thru doubleclick() if its not in your holder aka on the ground then doubleclick gets it and adds it to your holder if its in your holder then doubleclick describes it.

BUT I dont have a right-click menu. I do in the usr.contents panel but not in holder.contents panel. Any ideas?
jeez does no one know? Or am I just st00pid and didnt splain well?

In response to Aridale
Thoes menus are made automatically. Make sure the src setting in the verb includes the user holding the thing holding the item.