Thread: Ladder!
View Single Post
  #9  
Old 05-21-2002, 01:25 AM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
Re: Ladder!

Quote:
Originally posted by aesquivel
NPC Code:

if (playertouchsme) {
if (keydown(0)&&!(keydown(2)) {
playery+=1;
}
if (keydown(2)&&!(keydown(0)) {
playery-=1;
}
}

why the opening brackets???
__________________
[signature]insert here[/signature]
Reply With Quote