View Single Post
  #1  
Old 10-21-2005, 04:02 AM
ChibiChibiLuc ChibiChibiLuc is offline
Cookie Monster. :3
Join Date: Jan 2005
Location: Nova Scotia, Canada
Posts: 111
ChibiChibiLuc is on a distinguished road
Send a message via AIM to ChibiChibiLuc Send a message via MSN to ChibiChibiLuc
Request: Light silhouette

Yeah.. I don't really know what to call this, but..

Is there any way a command could be added that gives an image a light effect, but only the silhouette?

For example:
NPC Code:
function onCreated() {
showimg(300, "light4.png", x, y);
changeimgcolors2(300, 1, 0, 0, 1);
}



It turns the non-transparent parts of the image pure red, instead of just tinting it.

I know I explained this badly.. Does anyone understand what I mean?