OOC_Player(msg as text) // still testing this
set category = "GM"
set name = "Speak as Player"
for(var/mob/characters/M in world)
if(M.client)
world<<"<font color = white>--- <font color = blue>[M.oocname]<font color = white> ---<tt>><font color = red>[src]<font color = white><<font color = blue> Says to Everyone:<font color = white> [msg]"
Problem description:
i've been trying to code this but it keeps using my own name instead of the targeted mob.