RobMacAF Apprentice
Joined: 09 Jun 2002 Posts: 186 Location: USA
|
Posted: Fri Jul 11, 2003 6:07 pm
Naming Vars |
I have a variables called @DNumber1 thru @Dnumber10
#While (@temp <> @max+1) {#If (%item( @Players, @temp) <> "") {
say Player @temp-%item( @Players, @temp), Number-@DNumber(@temp), Guild-@Dguild(@temp)
#ADD temp 1
#WA 1000
}} {}
I am using that script to output the players that are playing. The problem I am running into is where it says Number-@DNUMBER@TEMP and the same with guild. I want that to translate to @DGuild1, @Guild2, etc. But it isn't.
How can I make it so it is? |
|