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...