ID:173732
 
Is there a way that someone could give me a example of how the drag and drop procs work with draging a item from th inventory to a spot on screen thanks.
Look up MouseDrop(). You'd override the item's MouseDrop() proc and use the first argument to determine where you're dragging it to. You also might want to look at mouse_drag_pointer if you want the mouse pointer to change while dragging.