Thread: Stupid Scripts
View Single Post
  #3  
Old 10-31-2001, 10:58 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Quote:
Originally posted by FF8Fan2000
And, this is ONLY a joke! I'm not a n00b!
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 ....

Last edited by nyghtGT; 10-31-2001 at 11:02 AM..
Reply With Quote