ID:139899
 
Code:
                    if("10th")
M.Status = "Captain"
M.Give_Squad_Verbs()
M.faceicon = 'Toshiro Hitsugaya.bmp'
M.name = "Toshiro Hitsugaya"
M << "You've been made the Captain of 10th Squad"
usr << "You've made [M] the Captain of 10th Squad"
world << "[M] is now the Captain of 10th Squad"


Problem description:

Okay.. so here, I have a verb to make someone a Captain of a Squad and make them have a faceicon when they talk in OOC or Say.. but how do I make the Faceicon in the game when they talk bigger? :P

Should be in developer how to.
world<<faceicon
world<<"Etc."

I would recommend searching for the /icon text macro.
You might be interested to know that that code (and the rest of it) is a horrible way to do what you're doing.
In response to Kaioken
Interesting.
/icon can be found in the input/output section of the guide.