mob
verb
Colloportus(obj/door/D in view())
set category = "Spells"
view()<< "[usr] says, \"Colloportus!\""
view()<<"The door's lock with a wave of [usr]'s hand."
D.lock=1
Alohomora(obj/door/D in view())
set category = "Spells"
usr << "[usr] says, \"Alohomora!\""
view()<<"The door's unlock with a wave of [usr]'s hand."
D.lock=0
Problem description:these are spells that work fairly well, except that when they are called it checks alllllll the obj's in view not only the obj/door/D i dont get it please help
~Volks (The Jokers Card)