AL Client Variables

by Unknown

Back to Mechanic's Corner.

Unknown2006-08-14 00:26:42
I've been experimenting with AL Client's variables, and I'm wondering if they work like Nexus' variable system, where a variable can both be some tracking thing, and it can stand for an item. For example, in Nexus, I've got a variable called 'health1', which stands for a certain health vial. Is there any possible way to do something like that with AL Client? I know how to set them up, but how do I use them for items and the like?

-Ryld
Xavius2006-08-14 00:29:31
QUOTE(Ysuran @ Aug 13 2006, 07:26 PM) 318883

I've been experimenting with AL Client's variables, and I'm wondering if they work like Nexus' variable system, where a variable can both be some tracking thing, and it can stand for an item. For example, in Nexus, I've got a variable called 'health1', which stands for a certain health vial. Is there any possible way to do something like that with AL Client? I know how to set them up, but how do I use them for items and the like?

-Ryld


#set attacktarget Ixion

abjure cosmicfire $attacktarget$

I'm...not sure what else you might be asking.
Unknown2006-08-14 00:37:13
AHAH! Thank you! That's what I wanted to know!