say(msg as text)
set category="Social"
var/obj/speech_bubble/s=new/obj/speech_bubble(locate(usr.x,usr.y+1,usr.z))
s.ata="[usr] says, [msg]"
obj
speech_bubble
icon='Speech Bubble.dmi'
var/ata
New()
sleep(200)
del(src)
Click()
usr<<"[src.ata]"
When I click the bubble, nothing happens.