View Single Post
  #12  
Old 08-31-2001, 09:17 PM
Slaktmaster Slaktmaster is offline
man with the mastahplan
Slaktmaster's Avatar
Join Date: Apr 2001
Location: Half-way over the river styx
Posts: 4,422
Slaktmaster is an unknown quantity at this point
Send a message via ICQ to Slaktmaster Send a message via AIM to Slaktmaster
if (playerenters) {this.mode=1;}
if (this.mode==1) {this.mode=2;timeout=0.05;}
if (this.mode==2) {this.mode=1;timeout=0.05;}
Reply With Quote