|
Toihva Novice
Joined: 20 Nov 2004 Posts: 38
|
Posted: Sat Aug 06, 2005 7:34 pm
Toxin Queing System |
Ok, I am trying to make a simple toxin queing system. What I want it to do is when I type in my quickjab alias, it will wipe glaive (in case my last combo only 1 or both hit) envenom the glaive with the next 2 toxins in the que and then actually attack.
When I check the variable, it is listed as "benzene|benzene" or how many toxins.
Any and all help is greatly appreciated. |
|
|
|
Toihva Novice
Joined: 20 Nov 2004 Posts: 38
|
Posted: Sun Aug 07, 2005 1:13 pm |
ok, fixed my problem
|
|
|
|
Toihva Novice
Joined: 20 Nov 2004 Posts: 38
|
Posted: Sun Aug 07, 2005 2:26 pm |
Ok, now I got it to work, but now, IF possible I'd like to have it say something like 'Last Toxin in String' or such as you do apply the last toxin listed in venomque1 and venomque2
here is the basic code I am using %pop
Code: |
#IF (%numitems( venomque1) > 0) {%pop( venomque1)} |
|
|
|
|
|
|