ID:134250
 
The 'set src in usr.client.screen' option is missing from the listing in that entry.
I think being able to use any list or value would be nice, as well. What if it worked similarly to an if() statement?

obj/verb/Steal()
set condition (usr.class=="Theif")
loc=usr
usr<<"You snatch [src]"


[link] also touches on this somewhat.

*Edit*
Sorry, I misunderstood your point. You want the fact that usr.client.screen can be used to be added to the reference, right? Well, I still think it could use some expanding.
In response to DarkCampainger
DarkCampainger wrote:
I think being able to use any list or value would be nice, as well. What if it worked similarly to an if() statement?

The problem is that those settings are all done client-side. In previous BYOND versions, you could use packet senders to fool the server that you actually are meeting the requirements, so programmers would have had to use a second if statement for the server to verify it. If you were able to use any list or value, then you might as well have client side processing.