View Single Post
  #11  
Old 04-03-2001, 06:21 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Hmm..

Well, you could basically make your own tiles for it and then just use:
NPC Code:
if (playerenters) {
showimg 1,filename,x,y;
changeimgvis 1,0;
}


At least for as far as I know showimg near too doesn't lag
__________________

Reply With Quote