Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Very basic ai and wait value
#2
Code:
int ego(){
if (mode == 1 && self.hp < 50 && self.hp > 0 && (self.frame == 230 || self.frame == 231) ){
  DJA();
}
return 0;
}
try adding another set of brackets like this
back from the dead.....kinda
Reply
Thanks given by: The_Hari


Messages In This Thread
Very basic ai and wait value - by The_Hari - 03-21-2020, 09:11 PM
RE: Very basic ai and wait value - by Nyamaiku - 03-22-2020, 02:16 AM



Users browsing this thread: 1 Guest(s)