|
Tre976 Beginner
Joined: 15 Feb 2001 Posts: 20 Location: USA
|
Posted: Fri Oct 24, 2003 8:18 pm
adding a temp variable |
i want to be able to go thru a numerical progression for killing mobs people etc.
i use the @target for prefined targets so i'd type du and my alias would set target to to target duergar
i then have my numerkeys set so 2 = 2.@target
the problem comes when i want to go from any number to the next it. if i go from to 2. to 3. my target reads 3.2.@target
instead of 3.target |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Fri Oct 24, 2003 10:50 pm |
Use 2 variables. Then just '%concat(@counter,".",@target)'. Then you can use '#ADD counter 1' for incrementing.
|
|
|
|
Tre976 Beginner
Joined: 15 Feb 2001 Posts: 20 Location: USA
|
|
|
|
|
|