-=Josey=-
Hmm, do you mean something like this?
NPC Code:
/* NPC made by Josey Hunt
The NPC in the level part. */
if (playertouchsme){
toweapons Test;
}
if (weaponfired){
putnpc laysignerror.GIF,laysign_v2.txt,players[0].x+1+vecx(playerdir)*2.5,players[0].y+1.5+vecy(playerdir)*2.5;
}
// Text file for the NPC
if (created){
showcharacter;
setcharprop #3,#3;
setcharprop #8,#8;
setcharprop #C0,#C0;
setcharprop #C1,#C1;
setcharprop #C2,#C2;
setcharprop #C3,#C3;
setcharprop #C4,#C4;
blockagain;
}
Something like this? I think that would make the NPC look like the player, not sure though, I hate non pay-to-play scripting....