Thread: Dance Script
View Single Post
  #5  
Old 11-21-2001, 09:53 AM
royce royce is offline
Banned
royce's Avatar
Join Date: Sep 2001
Location: Yakitinzen, China
Posts: 2,271
royce is on a distinguished road
Send a message via AIM to royce
Quote:
Originally posted by Faheria_GP2
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;
}
thats xactly what i had in mind! i am not going to use it i just wanted to know if i did it right...
Reply With Quote