M << "<B>\icon[usr.face]<FONT COLOR='#4d9ae6'>[usr.guild_name]<FONT COLOR=green>([usr.rank])([usr.race])[usr] OOC<font color=silver>: [msg]"
This is What I use to set each face icon just in case thats needed.
src.face=image('Bleach Faces 2.dmi',"Ichigo 2")
Question Two: I made a summon all verb but it summons all mobs in world =\ Which ISN'T very useful. why is it that it summons all? The code is following.
Summon_All()
set category = "GM"
if(usr.lock)
return
world << "[usr] Has summoned all to him"
for(var/mob/M in world)
M.loc = locate(usr.x,usr.y-1,usr.z)
M.dir = NORTH
I dont even know what to start with and codes? TOO MANY AND I DONT KNOW PLEASE HELP THE POOR!