Get Started
·
Register
·
Login
Enjoy BYOND? Contribute today!
Posts
ID:161373
Favorites
Creations
Medals
No Topic
in
Developer Help
[Tips]
ID:161373
May 15 2008, 4:39 am
Ripiz
var
/obj/Skill/Heal
for
(
var
/obj/Skill/Heal/O
in
usr){Heal=O;
break
}
My question is simple, is there an easier way to than that find something in usr and define ref for it?
#1
May 15 2008, 7:22 am
Kaioken
Note that your code example is a little problematic.
Nevertheless, what you're looking for is the
locate()
proc, look it up in the Reference.
Copyright © 2013 BYOND. All rights reserved.
Nevertheless, what you're looking for is the locate() proc, look it up in the Reference.