ID:2143049
 
I turned the clients screen to a grey look using client.color and trying to go for this sin city look where only certain colors will stand out like red. The NO_CLIENT_COLOR appearance flag doesn't seem to be working.

obj
master_plane
plane = 0
screen_loc = "CENTER"
blend_mode = BLEND_MULTIPLY
appearance_flags = PLANE_MASTER
color = list(null,null,null,"#0000","#000f")

blood
plane = 0
appearance_flags = NO_CLIENT_COLOR


I should also mention I have lighting stuff thats on plane = -1 so I want to keep the blood under the darkness but not sure how to use the NO_CLIENT_COLOR flag more efficiently to do what I want it to do.
You probably want it on the plane master as well.
Yeah I figured out how to get it to do what I wanted it to do. Still learning the whole plane functions but I think I finally get how to use them.