perfectai

Topics regarding Scripting with Reality Factory
Post Reply
User avatar
darksmaster923
Posts: 1857
Joined: Wed Jan 03, 2007 10:32 pm
Location: Huntington Beach, California, USA

perfectai

Post by darksmaster923 »

how do i get perfectai script to not show the console commands
Herp derp.
User avatar
Juutis
Posts: 1511
Joined: Thu Jan 12, 2006 12:46 pm
Location: Finland

Post 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.
Pain is only psychological.
User avatar
darksmaster923
Posts: 1857
Joined: Wed Jan 03, 2007 10:32 pm
Location: Huntington Beach, California, USA

Post by darksmaster923 »

okay it works :D but when i put perfectai script in, the bots do not do damage, and the fire bone is right
Herp derp.
incenseman2003
Posts: 320
Joined: Sat Mar 11, 2006 11:41 pm

Post 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
Patience and tolerance are the keys to the passage of knowledge. Even those that are the most knowledgeable started with many questions.
User avatar
darksmaster923
Posts: 1857
Joined: Wed Jan 03, 2007 10:32 pm
Location: Huntington Beach, California, USA

Post by darksmaster923 »

yeah its at that
Herp derp.
Post Reply