ID:176475
 
How would i make a verb that when you click Cook that it looks for fish and not anything else? Thanks in advance!

-Crio
var/obj/Fish/F = locate() in usr
F.Cook()
In response to Garthor
whats F.Cook() do?
In response to Koolguy900095
That would be calling a cook proc. That is, if you have one.