Hi. From \doc\script_commands.txt
*healap <ap>{,<char_id>};
This command will heal a set amount of AP on the invoking character.
healap 10; // This will give 10 AP
healap -10; // This will remove 10 AP
Example:
prontera,161,167,3 script HP and AP Healer 4_F_NURSE,{
specialeffect2 EF_HEAL2;
percentheal 100,100;
healap 200;
end;
}