obj/dragonballs/earth7
icon = 'dragonball.dmi'
icon_state = "7"
verb
Get()
set category = "Inventory"
set src in oview(0)
Move(usr)
if (usr.gotdb7==1)
usr<< "You have this one already"
return
if (usr.gotdb7==0)
set src in oview(0)
usr.gotdb7=1
checkdbz()
src.loc = locate(0,0,0)
sleep(3000)
var/x = rand(1,150)
var/y = rand(1,150)
src.loc = locate(x,y,1)
Problem description:Ok, the problem is when i have the dragonball aldeay it picks it up anyway,
LET ME MAKE MY SELF CLAERER, I CAN PICK UP MORE THAN ONE DRAGONBALLS, can someone please help me