View Single Post
  #5  
Old 10-22-2001, 11:56 PM
PresShinP2P PresShinP2P is offline
Registered User
Join Date: Oct 2001
Location: Screw it
Posts: 84
PresShinP2P is on a distinguished road
Send a message via AIM to PresShinP2P
he didnt say he wanted to change the ap though...just use it as a guide line for hunger....try this

if (playerenters){
toweapons -Hungry Man;
timeout=1;
this.hunger=players[0].ap;
}
if (timeout){
if (this.hunger<players[0].ap){
this.hunger=players[0].ap;
<show hunger status bar if you have one>
}
timeout=1;
}

this should work, but ap goes up at different speeds depending on your current ap...
__________________
President Shinra
Reply With Quote