View Single Post
  #3  
Old 02-02-2002, 05:53 PM
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
Re: Why dont this work?

Quote:
Originally posted by mhermher

if (timeout) {
if (keydown(6)) {
if (strtofloat(#s(client.class))==2) {
setlevel2 onlinestartlocal2.nw,x,y;
}
timeout=0.1;
}
}

its for an arrow im making... so when client.class is 2 and you press D it warps you... u know why it dont work?
For one thing its only doing the timeout when the 6th key
is down ...
Reply With Quote