ID:140250
 
Code:
obj
gameobj
density = 1
icon = 'turfs.dmi'
icon_state = "testobj"
var
id //ID of obj
exam = "hi" //The description of an obj
proc
Script()
alert("Default scripted object text")
verb
Use()
src.Script()
Examine()
usr << exam


Problem description:
Whenever I walk up to this object, I still cannot use it's verbs. Any reason why?
You have to make use of settings.