mob/StrawH/verb/CrewSay(msg as text)
set category = "Crew"
set name = "Say"
for(var/mob/M in world)
if(M.InStrawC=1)
M<<"<font color=green)[usr]:[msg])"
Problem description:
When used, message doesn't appear. I'm not sure if there is something wrong with the code or not.