
Prototype: GemRB.DragItem(PartyID, Slot, ResRef, [Count=0])

Description: Start dragging specified item. If Count is given, it will try to split the item. If an  item is already dragged, it won't do anything.

Parameters: PartyID - the PC's position in the party
            Slot    - actor index in game structure
            ResRef  - item name (.itm resref)
            Count   - stack size (0 means all)

Return value: N/A

See also: DropDraggedItem, IsDraggingItem

