obj
Red_Flag
density = 1
icon = 'Red Flag.dmi'
Bumped(mob/M)
if(istype(M, /mob))
src.loc = M
usr.overlays += 'Red Flag.dmi'
usr <<"You have the Red Flag!"
world <<"<font color=red><font size=3><B>[usr] has the Red Flag!"
What I want is, if the usr is on the red team, they can't pick up the flag. But if on the blue team, they can.
~~SSJ4_Gohan_Majin
Lummox JR