View Single Post
  #3  
Old 12-05-2003, 12:36 AM
haunter haunter is offline
Registered User
haunter's Avatar
Join Date: Mar 2001
Posts: 7,989
haunter is on a distinguished road
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
Reply With Quote