t4sp_bot_warfare/scripts/sp/bots/bot_personality_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

10 lines
185 B
Plaintext

register_bot_personality_type( personality )
{
if ( !isDefined( level.zbot_personalities ) )
{
level.zbot_personalities = [];
}
level.zbot_personalities[ personality ] = true;
}