Quote:
Originally posted by tlf288
your script syntax is way off.
edit:
your a level maker so here ya go:
NPC Code:
if (created) {
showimg 143, block.png, x, y;
changeimgpart 143, 0, 0, 16, 16;
changeimgzoom 143, 1;
}
|
Oh right, I put the image name in changeimgzoom rather than the index...
And put setimgpart in the filename for showimg... Wtf 0.o; Eh, I guess I just made foolish mistakes while rushing to test this... Sorry to take up your time ;P