View Single Post
  #5  
Old 01-14-2002, 09:02 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by WHIPENIE4
I dont know much about scripting , but for your new command wouldnt it be better if you made it so that it was

if(created)npcovertop,#,#;npcundertop,#,#;
that you put were the ## is what part of the image you want... like pretend the image is 100x100 pixels
you want half on overtop and half undertop
so you'd go
if (created)npcovertop,50,50;npcundertop,50,50;

not sure if i did it right...
but its just to explain it 0.o
You could make only part of an image show on top now, just use changeimgpart
Reply With Quote