mirror of
https://github.com/JezuzLizard/t4sp_bot_warfare.git
synced 2025-04-23 15:05:43 +00:00
Add base scripts for personality and difficulty presets. Add canceling, and postponing thinks.
9 lines
173 B
Plaintext
9 lines
173 B
Plaintext
register_bot_difficulty( difficulty )
|
|
{
|
|
if ( !isDefined( level.zbot_difficulties ) )
|
|
{
|
|
level.zbot_difficulties = [];
|
|
}
|
|
|
|
level.zbot_difficulties[ difficulty ] = true;
|
|
} |