ID:163436
 
Well how can I add to this code were I'll have verbs

    TV
icon = 'Tv.dmi'
icon_state = "1"
density = 1


Also how can I add to that verb so if the verb was "watch" the message they get will be random?
TV
icon='Tv.dmi'
icon_state="1"
density=1
verb
watch()
set src in view(1)
usr<<"You eat the TV"


That would work. or you can make any other random thing for it to do when you use the verb. Im not sure about the random thing though. you can come up with something creative.