obj/map/build_map
verb/Delete_Tile()
if(usr.tile_view)
set src in view()
set category = null
Problem description:
Trying to make it so these objects only display commands attached to them to players when they have a specific var toggled.
The above code is showing the verb regardless of whether the "tile_view" var is enabled or disabled.