Thread: Dance Script
View Single Post
  #4  
Old 11-21-2001, 06:15 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
sigh, i have given up hope of forcing the population to learn to do it themselves, here you go:

if (playerenters) {
timeout=.05;
disableweapons;
}
if (timeout) {
if (keydown(6)) playersprite=int(random(0,40));
timeout=.05;
}
Reply With Quote