randomiser...is a disc running?.

kombat

Spammer
Joined
Feb 25, 2007
Messages
66
Reaction score
0
Points
0
is there something that will pick one or the other disc?.like make it random.

is there also a check that can be added into...


/disc name(but only if no other disc is runing).

cheers.
 
You can do almost anything *IF* you work at it hard enough.

Check the first page of the big holyshit/downshit thread for a list of common variables you can use in your if statement.

something like this might be a way:

/if (${Me.Disc.ID}==0) /disc ${Select[${rand},"disc1","disc2","disc3"]}

You'll have to look up the syntax for disc , select and check for rand.

Search the wiki for TLO ( Top level object )