View Single Post
  #9  
Old 11-23-2001, 06:00 AM
Faheria_GP2 Faheria_GP2 is offline
Banned
Faheria_GP2's Avatar
Join Date: Oct 2001
Posts: 1,177
Faheria_GP2 is on a distinguished road
if (playerenters) timeout=.05;
if (timeout) {
tokenize grab pull;
this.sprite=(this.sprite+1)%2;
setani #t(this.sprite),;
timeout=.05;
}
Reply With Quote