View Single Post
  #13  
Unread 11-29-2004, 07:56 PM
noize noize is offline
A Forest Scavenger
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Befallen
Posts: 19
Default

to use them bitflags and set more than one value take FFFF minus the value you want to set.

so to have all but color(0400) and visible(0001) you'd get FBFE
and to have jus those two it'd obviously 0401. figured that out to make the health text colors not change.
Reply With Quote