ID:178588
 
how could I make a command called "Force say" that would force any mob in the world to say what I would put in a message box

also how would I make a stat panel that displayes HP
mob/gm/verb/talkforsomebody(var/mob/T in world)
var/msg = input(usr,"What will [T] say?") as null|text
world << "[T] says [msg]"


Oh yeah, look up stat() in the help files (thats hitting f1 in dream maker)