There needs to be an isdid or something..
Please dont reply saying that you can check it with $did(ID); because if you do that it will return false on anything that doesnt have value, but still there.
This would check to see if there is such an id in that dialog.
The purpose of this would be error checking or a form of storing information...
The closes ive come to establishing anything is that when i have an editbox (id = 77) that isnt filled in and i do:
//echo -a $did(mtsedit,77)
I get the error * /echo: insufficient parameters
but if i do this, where there is no id:
//echo -a $did(mtsedit,78)
I get the error * Invalid parameters: $did
what yall think?