Okay, tell me if this is possible.
I'd like to have floating variables that different aliases can assess. For example, lets say that I have three attacks, kick, punch and jab.
I'd like to create a targetting variable:
alias: tt *
does: $target= %1
And then use other aliases using the target variable.
alias: k
does: kick $target
Is this possible?
I'd like to have floating variables that different aliases can assess. For example, lets say that I have three attacks, kick, punch and jab.
I'd like to create a targetting variable:
alias: tt *
does: $target= %1
And then use other aliases using the target variable.
alias: k
does: kick $target
Is this possible?