Page 1 of 1
perfectai
Posted: Wed Feb 07, 2007 5:26 am
by darksmaster923
how do i get perfectai script to not show the console commands
Posted: Wed Feb 07, 2007 2:42 pm
by Juutis
In the start of the script there should be a line 'Console(true);'.
Just change this to 'Console(false);' or simply remove or comment the line.
Posted: Thu Feb 08, 2007 11:07 pm
by darksmaster923
okay it works

but when i put perfectai script in, the bots do not do damage, and the fire bone is right
Posted: Tue Feb 13, 2007 3:38 pm
by incenseman2003
Look for the line that start with "DAMAGEATTRIBUTE" and make sure that it is set to "[health]".
That is the default health attribute for the player.
Basically, whatever the robot is shooting at should have the same "HEALTHATTRIBUTE" that you have in the "DAMAGEATTRIBUTE" line of the perfectai.s
Let me know how this turns out.
Later
Posted: Wed Feb 14, 2007 12:13 am
by darksmaster923
yeah its at that