obj
ball1
icon = 'ball1.dmi'
Click()
var/obj/ball2/x = new/obj/ball2()
x.screen_loc = "1, 1"
screen += x
Problem description: Tried the above in an effort where, if the object ball1 is clicked, it appears another screen object ball2 permanently on the screen, but the above code gives screen: undefined var...