Thread: Stupid Scripts
View Single Post
  #14  
Old 11-03-2001, 11:20 PM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
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 ....
dont need all that

you shouldnt use the flag and should use this.down or something and also u dont need the up . and u could also do
(not tested.. but lil script x.x)
NPC Code:

timeout=.05;
if (timeout) {
if (playerap=100) {
while (playerap>0) {
playerap--;
sleep .05;
}
playerap++;
timeout=0.05;
}

__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote