Games
Developers
Forums
More
BYOND
Download
Developer Guide
Developer Reference
Support
Terms of Service
Membership
Contact Us
Many features on this site require JavaScript. Please enable JavaScript support in your browser.
Register
Login
BYOND Forums
Announcements
·
BYOND Help
·
Bug Reports
·
Feature Requests
·
Beta Testers
·
Beta Bugs
·
Developer Help
·
Design Philosophy
·
Demos & Libraries
·
Tutorials & Snippets
·
Art & Sound
·
Classified Ads
·
Game Updates
·
Contests & Events
·
Linux Talk
·
On Topic
·
Off Topic
Finding only a certain item....
[Tips]
ID:176475
Jan 9 2003, 5:25 pm
Koolguy900095
How would i make a verb that when you click Cook that it looks for fish and not anything else? Thanks in advance!
-Crio
Jan 9 2003, 5:27 pm
Garthor
var/obj/Fish/F = locate() in usr
F.Cook()
Jan 9 2003, 5:39 pm
In response to
Garthor
Koolguy900095
whats F.Cook() do?
Jan 9 2003, 6:48 pm
In response to
Koolguy900095
Jotdaniel
That would be calling a cook proc. That is, if you have one.
Copyright © 2025 BYOND Software. All rights reserved.
F.Cook()