Toetag Magician
Joined: 10 Oct 2000 Posts: 356 Location: USA
|
Posted: Thu Dec 19, 2002 1:57 am |
not sure how you are setting your @target but you might possibly be able to use a "target list" with additem, delitem functions.
@monsters = Dog|Cat|Tree
then setup an alias PP1, PP2, PP3 which sets the @target with the item function.
PP1
target = item(@monsters,1)
PP2
target = item(@monsters,2)
PP3
target = item(@monsters,3)
it would be a little tricky to set your variable list, but with triggers or other aliases you could do it.
Note: syntax in these examples might not be correct, check the help files. If you need further assistance just let me know and I'll play around and make the script and test it.
Killing a fly on a friends forhead may not be overkill, use a hatchet to make sure the job is done. |
|