Thread: setimgpart
View Single Post
  #2  
Old 07-21-2001, 12:10 PM
Cybnext_Design Cybnext_Design is offline
Registered User
Join Date: Jun 2001
Posts: 244
Cybnext_Design is on a distinguished road
Send a message via AIM to Cybnext_Design
NPC Code:

if (playerdir==0) {
setgifpart 0,0,32,32;
}
if (playerdir==1) {
setgifpart 32,0,32,32;
}
if (playerdir==2) {
setgifpart 64,0,32,32;
}
if (playerdir==3) {
setgifpart 96,0,32,32;
}



that would be kidna how you would do it, i think.
__________________
Graal2001 NPC Maker
Frolic Owner
Aim: C Y B N E X T
Reply With Quote