I'm reading the Guide and learning the DM programming language, and as I learn new things I'm creating random bits of code to test different functions. I creating a verb that when used by the player, the object named target would be given another icon. When I try this the verb never shows up.
obj
target
name = "Red Target"
icon = 'contarget.dmi'
icon_state = "1"
density = 1
verb
makeblue(src in oview(1))
set name = "Acvtivate Target"
icon = 'contarget.dmi'
icon_state = "2"