ID:43057
 
I've coded the first tidbits of the game, like my unique guild system and weapon equipping. Having not coded on here for god knows how long, I've forgotten some essential bits, such as how to give verbs to objects and let others use them, like picking up objects.

I think it's:

obj/verb/ACTION(set src in oview(1))

or

obj/verb/ACTION()
set src in oview(1)

can someone help me with this?