Home Avrae Aliasing Tips
Post
Cancel

Avrae Aliasing Tips

Argument Parsing

1
a = argparse(&ARGS&)

Grab arguments after arguments with a.last(‘name’) or whatever your variable is called.

1
a = argparse(&ARGS&).last()

Grabs only the last entry of that argument

1
a = argparse(&ARGS&).get('t')

Grab all the targets and put them in a list

Maps

This post is licensed under CC BY 4.0 by the author.