mirror of
https://github.com/JezuzLizard/t4sp_bot_warfare.git
synced 2025-04-22 14:35:44 +00:00
temp disable
This commit is contained in:
parent
5b5133a629
commit
b117cdb1fa
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
bot_script_init()
|
bot_script_init()
|
||||||
{
|
{
|
||||||
level thread maps\bots\script_objectives\_obj_init::init();
|
//level thread maps\bots\script_objectives\_obj_init::init();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -31,7 +31,7 @@ connected()
|
|||||||
self thread onBotSpawned();
|
self thread onBotSpawned();
|
||||||
self thread onSpawned();
|
self thread onSpawned();
|
||||||
|
|
||||||
self thread maps\bots\script_objectives\_obj_init::connected();
|
//self thread maps\bots\script_objectives\_obj_init::connected();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -370,7 +370,7 @@ onSpawned()
|
|||||||
self.bot_lock_goal = false;
|
self.bot_lock_goal = false;
|
||||||
self.bot_was_follow_script_update = undefined;
|
self.bot_was_follow_script_update = undefined;
|
||||||
|
|
||||||
self thread maps\bots\script_objectives::spawned();
|
//self thread maps\bots\script_objectives::spawned();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -383,5 +383,5 @@ start_bot_threads()
|
|||||||
level endon( "intermission" );
|
level endon( "intermission" );
|
||||||
self endon( "zombified" );
|
self endon( "zombified" );
|
||||||
|
|
||||||
self thread maps\bots\script_objectives::start_bot_threads();
|
//self thread maps\bots\script_objectives::start_bot_threads();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user