Thread: Stupid Scripts
View Single Post
  #15  
Old 11-04-2001, 02:25 AM
Xaviar Xaviar is offline
Registered User
Join Date: Aug 2001
Location: Fairyland
Posts: 463
Xaviar is on a distinguished road
Send a message via ICQ to Xaviar Send a message via AIM to Xaviar
Quote:
Originally posted by LiquidIce00


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;
}

That's ugly Liquid I would've expected better out of you...
__________________
One by one, the penguins steal my sanity.

*cookie for Xaviar* --Originally posted by Tyhm

--Xaviar

A m e r i c a
Reply With Quote