I was playing around with polygons, but when i tried to make it translucent, it didnt work... It changes color, but the alpha doesn't change...
Am I doing something wrong? Was it made not to work? Or is it a bug? (if its a bug, would a mod please move this thread)...
NPC Code:
// NPC made by Shadowless
if (created) {
showpoly i,{
x,y,
x+5,y+5,
x+4,y-7
};
changeimgcolors i,1,0,1,.2;
}