Check_Card(obj/Cards/ in world)
set desc="View the stats of a Card"
usr.CheckCard=1
Card2Usr(Cards)
Problem description:
That compiles ok, but it doesn't work.. It just acts like "obj/Cards/" and "Cards" are just "obj"
How can I get a verb to look in a certain group like obj/Cards instead of just obj?
As long as it exists somewhere in the world, you could do that. This way, the verb is only associated with cards. but because src is set to "in world", it can be accessed from anywhere. I'm not quite sure what you want your verb to do, but in this case, usr will be the player using the verb, and src will be the /obj/Cards they're "checking".