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 ...