void main(){
void self = getlocalvar("self");
void vAniID = getentityproperty(self,"애니메이션ID")
int MP = getentityproperty(자기 자신, "mp");
if(vAniID != openborconstant("ANI_SPECIAL")){
changeentityproperty(self, "mp", MP + 1);
}
}
I’ve asked this question before, and I...