t4sp_bot_warfare/scripts/sp/bots/bot_difficulty_presets_common.gsc
JezuzLizard 872630b7e2 Fix some compile errors.
Add base scripts for personality and difficulty presets. Add canceling, and postponing thinks.
2023-03-27 16:44:32 -07:00

9 lines
173 B
Plaintext

register_bot_difficulty( difficulty )
{
if ( !isDefined( level.zbot_difficulties ) )
{
level.zbot_difficulties = [];
}
level.zbot_difficulties[ difficulty ] = true;
}