View Single Post
  #7  
Old 07-08-2001, 12:54 PM
General General is offline
Banned
Join Date: Apr 2001
Location: Station Square
Posts: 984
General is on a distinguished road
Send a message via ICQ to General Send a message via AIM to General Send a message via Yahoo to General
okay try that script

if (created) {disabledefmovement; timeout=0.05;}
if (timeout) {
if (keydown(0)) {
x--;
setani walk,;
}
timeout=0.05;
}
Reply With Quote