Thread: Game Control
View Single Post
  #16  
Old 02-07-2002, 12:06 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Quote:
Originally posted by lordhelmut


isnt there some command u can use to set the look of the NPC to that of a player? rather than setting each individual piece to the same?
NPC Code:

NPC Code:

if (playerenters||created) {
for (i=0;i<5;i++) {
setcharprop #Ci,#Ci;
}
}




not sure about the syntax though but it would work
something like that ...
Reply With Quote