Thread: question
View Single Post
  #11  
Old 03-05-2002, 06:29 AM
darkriders_p2p darkriders_p2p is offline
Registered User
Join Date: Jan 2002
Location: Canada
Posts: 690
darkriders_p2p is on a distinguished road
NPC Code:

// Graal2002 NPC by Stefan Knorr
if (created) {
// Initialize the attributes
showcharacter;
setcharprop #3,head0.png;
setcharprop #C0,orange;
setcharprop #C1,white;
setcharprop #C2,blue;
setcharprop #C3,red;
setcharprop #C4,black;
setcharprop #2,shield1.gif;
shieldpower = 1;
dir = 2;
}
if (playerenters||timeout) {
dir =0;
setcharani shoot,wbow1.png;
timeout =0.05;
}


NOW IT WORKS HAPPY???
__________________
maximus_asinus
Reply With Quote