Thread: Stupid Scripts
View Single Post
  #4  
Old 10-31-2001, 10:18 PM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
Quote:
Originally posted by nyghtGT

yes you are, and:

NPC Code:

NPC Code:

if (created) {
playerap=0;
timeout=0.05;
}
if (playerap=0) {
set up;
unset down;
}
if (playerap=100) {
set down;
unset up;
}
if (timeout && up) {
playerap++;
timeout=0.05;
}
if (timeout && down) {
playerap--;
timeout=0.05;
}





Thats such a stupid little script I use just to see my nick. all the time ....
why not just use this?

if(playerenters||timeout)
{timeout=.05;
setplayerprop #c,shownick}
Reply With Quote