The aiActionSelf native AI script function triggers an AI action, defined by its sheet name, on the bot itself, allowing the bot to perform various actions such as auras and self heal.
()aiActionSelf(actionSheetId: s)
()aiActionSelf("defensive_aura.aiaction");
This example code triggers the AI action with the sheet name "defensive_aura.aiaction" on the bot itself.