Thread: Hat NPC -WHY?
View Single Post
  #7  
Old 02-12-2002, 10:35 AM
darkriders_p2p darkriders_p2p is offline
Registered User
Join Date: Jan 2002
Location: Canada
Posts: 690
darkriders_p2p is on a distinguished road
hmmm....I am stupid.Is this it?
if (weaponfired) {
if (this.hatbrowsin==0) {
this.hatbrowsin=1;
timeout=.1;
} else { this.hatbrowsin=0; }
if (timeout&&this.hatbrowsin==1) {
if (keydown(1)&&timeout&&this.hatbrowsin==1) {
i--;
showimg 200,hat#v(i).png,playerx,playery-2.5;
changeimgpart 200,96,0,55,55;
timeout =0.1;
}
if (keydown(3)&&timeout&&this.hatbrowsin==1) {
i++;
showimg 200,hat#v(i).png,playerx,playery-2.5;
changeimgpart 200,96,0,55,55;
timeout =0.1;
}
}
}
__________________
maximus_asinus
Reply With Quote