Dance Ball
35 dancer and more
and 44 dance free
I have already set this machine up as a 35 person dance machine. If you want to add more simply add another copy of the mainanim script and number it consistant with the numbers inside.
For example. I would copy the mainanim 1 script and paste it back inside the machine. Then I would rename the copied script mainanim 36. This would then make the machine a 36 person machine.
The same is true if I wish to reduce the maximum number of dancers. Simply delete the highest numbers leaving the total number of dancers you wish to allow counting from number 1 up.
That is really all there is to it. If you wish to customize the floating text simply open the solop server script and change the field that says: llSetText("Dance Balln Click to start dancing!nCurrently Dancing: " + (string)llGetListLength(dancers) + " of " + (string)danceslots + " possible.", color, 1);
For example changing the above field to:
llSetText("Your club name heren Click to start dancing!nCurrently Dancing: " + (string)llGetListLength(dancers) + " of " + (string)danceslots + " possible.", color, 1);
would leave you machine printing out the following above the box:
Your club name here
Click to start dancing!
Currently dancing: 0 of XX possible.