Actually, how could I find out whether or not the item had a previous owner, on pickup? like I have the code for when it picks it up, but I don't know how to check who the previous owner was.
Package the function where it's picked up and set
%item.lastPickup = %pickupClient;If nobody has picked it up yet, this variable is null (
""), otherwise the last person to pick it up is stored.