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
ID:178588
Apr 25 2002, 11:17 am
|
|
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)