AltAbility
¶
Danger
The AltAbility TLO should not be used except for when experimenting with data. If you've already purchased the AA, use Me.AltAbility
, which is tailored to your character and is much faster.
Forms¶
Type | Form | Description |
---|---|---|
altability AltAbility[ Number ] | Look up an AltAbility by its altability id | |
altability AltAbility[ Name ] | Look up an AltAbility by its name |
Example Usage¶
| Prints the pre-requisite AA ability needed to train Combat Stability
/echo ${AltAbility[Combat Stability].RequiresAbility}
-- Prints the pre-requisite AA ability needed to train Combat Stability
print(mq.TLO.AltAbility('Combat Stability').RequiresAbility())