ID:866696
 
(See the best response by Kaiochao.)
I'm having trouble adding objects to the client.screen list. I've looked up client.screen and screen_loc on reference and know that I have to use:

set src in usr.client.screen

However I'm not sure where it's supposed to go. I also have trouble trying to define the newly created object and putting it into client.screen.

If someone could help I would much appreciate it.
Best response
The src setting is for verbs, as the reference says. It has nothing to do with anything else.

/client/var/list/screen is a list that is added to and removed from like any other list.
var L[] = list("carrots", "bananas")
L += "apples"
L -= "carrots"
// L now contains "bananas","apples"

Instead of text, it takes movable atoms (/atom/movable, /objs, /mobs) that have a screen_loc.