ID:170211
 
obj/Gold
text = "<font color=#FFAA00>$</font>"
Click()
if(src in view(2))
if(src in usr.contents)
usr<<"You see the [name]!"
return
else
src.loc = usr
usr << "You get the [name]!"
screen_loc = "[midx],[midy]"


Now what i want to be able to do is that if the object is in the players contents i cannot pick it up again. However this is not working for me. Assistance please?

~>Jiskuha
Just check if it's in the usr itself. =)

if(src in usr)
In response to YMIHere
Thanks again YMI.
Maybe you could help me here as well..
[link]
~>Jiskuha