Thread: putnpc2
View Single Post
  #2  
Old 09-24-2002, 02:45 AM
R0b1n-NPC R0b1n-NPC is offline
Registered User
Join Date: Sep 2002
Posts: 397
R0b1n-NPC is on a distinguished road
well im doing this basically:

NPC Code:

if (actionserverside) {
putnpc2 playerx+3,playery,{
setstring num,#p(0);
setgif door.png;
message #s(num);
}
}



I dont think that is right, but i dont know how x.x

::EDIT

Someone suggested doing:

NPC Code:

with (getnpc(npcscount-1)) {
setstring num,#p(0);
}

__________________
- R0bin