The aiAction native AI script function triggers an AI action, defined by its sheet name, on the current target, allowing the bot to perform various actions such as attacking, healing, or casting spells.
()aiAction(actionSheetId: s)
// Trigger the "kick his ass" AI action
()aiAction("kick_his_ass.aiaction");