AI update
Minor AI update. Chicken infestation removal. Full compile.
This commit is contained in:
@@ -12,11 +12,10 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
ExecuteScript("prc_npc_percep", OBJECT_SELF);
|
||||
|
||||
// * if not runnning normal or better Ai then exit for performance reasons
|
||||
// * if not runnning normal or better Ai then exit for performance reasons
|
||||
if (GetAILevel() == AI_LEVEL_VERY_LOW) return;
|
||||
|
||||
ExecuteScript("prc_npc_percep", OBJECT_SELF);
|
||||
|
||||
object oPercep = GetLastPerceived();
|
||||
int bSeen = GetLastPerceptionSeen();
|
||||
|
Reference in New Issue
Block a user