04-09-2017, 09:58 PM
You mean like this(?):
It's just stand and use it when <400.
When I use this:
It's working and without original special moves (except D>A).
Can you code it please how do you mean it?
Code:
int ego(){
if (self.hp < 400){
DdA();
}
return 1;
}
When I use this:
Code:
int ego(){
if (self.hp < 400){
DdJ();
}
return 0;
}
Can you code it please how do you mean it?