in list("Blah","BlahBlah")
go
in list(for(var/obj/deck/A in usr)
I want to make it so that I can check the users inventory for all types of that obj and put it into a input. I have tried this:
mob/verb/Duel(var/obj/decks/A in usr)
but it also shows the other objects in there.
There is a way I know, but I am not sure how to do it.