Thread: Percent Done?
View Single Post
  #2  
Old 11-12-2001, 11:18 PM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
axe:

if(playertouchsme){
toweapons axe;
}
if(weaponfired){
setani sillyaxejustdoaganiandputthenamehere,;
triggeraction playerx+1.5+vecx(playerdir)*2,playery+2+vecy(playe rdir)*2,axe,; // Jay I use triggeraction because it gives me 50% more power!!!
}


the thing u work at

if(actionaxe){
this.procent++;
message #v(this.procent)%;
if(this.procent==100){
set sillyflaghere;
this.procent=0;
}
}


should work...
__________________
No Webhost at the moment
Reply With Quote