area
Player1
chair
icon='Icon.dmi'
verb
Sit()
set src in oview(1)
usr.frozen++
usr.verbs-=/area/Player1/chair/verb/Sit
Problem description:
I'm obviously doing something wrong, not sure what. I just figured if I put the direction like I would for /mob/verb/blah it would work, and even though it doesn't give me errors, it doesn't work. The verb stays.
Well, the type paths don't match. You have "S1" instead of "chair". Maybe that fixes it.
--Vito