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.
10 lines
185 B
Plaintext
10 lines
185 B
Plaintext
|
|
register_bot_personality_type( personality )
|
|
{
|
|
if ( !isDefined( level.zbot_personalities ) )
|
|
{
|
|
level.zbot_personalities = [];
|
|
}
|
|
|
|
level.zbot_personalities[ personality ] = true;
|
|
} |