ID:273760
![]() Mar 13 2011, 11:33 pm
|
|
I have an object that i dont want to be able to pick up, so is there a way to make it that when i right click it, the "pick up" verb wont show?
|
![]() Mar 13 2011, 11:54 pm
|
|
I think you can override the verb and in the overridden verb you can just have set hidden=1.
|
Hopeforthelost wrote:
> obj/sword Doesn't anyone thinks this is a bad idea? The post author wants the object to be unpickable. This variable just hides the verb and doesn't disables it. This means if someone types pick sword in input, the object will be picked up. Point me to right direction if I'm wrong. :) |