alloowishus
November 19th, 2024, 01:03
this is the function
function handleAnyDrop(vTarget, draginfo)
local sDragType = draginfo.getType();
local sClass2, sRecord2 = draginfo.getShortcutData();
I am doing auto purchasing of items when they are dragged into the inventory, however, I only want to deduct the coins when the source from the items table, not from when they are dragging items around in their inventory. How can I find this info? Thanks!
function handleAnyDrop(vTarget, draginfo)
local sDragType = draginfo.getType();
local sClass2, sRecord2 = draginfo.getShortcutData();
I am doing auto purchasing of items when they are dragged into the inventory, however, I only want to deduct the coins when the source from the items table, not from when they are dragging items around in their inventory. How can I find this info? Thanks!