View Single Post
  #4  
Old 10-02-2011, 04:59 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
move() move's the npc not necessarily the showimg/findimg it creates. You can attach the findimg to the npc like this:

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
with (findimg(200)) {
    
image "block.png";
    
thiso.x;
    
thiso.y;
    
// The magic 'attach' command you want:
    
attachtoowner true;
  }
  
move(0101.60);

__________________
Quote:
Reply With Quote