@script
void self = getlocalvar("self"); //get the self var
void power = getentityproperty(self,"mp"); // get target's current mp
changeentityproperty(self, "mp", power+10);
@end_script
@script
void self = getlocalvar("self"); //get the self var
void health = getentityproperty(self,"health")...