could the code:
Code:
if (pBot->bIsVIP == TRUE)
{
pBot->bot_personality = 2;
}
else if (pBot->bIsLeader == TRUE)
{
pBot->bot_personality = 1;
}
else
//Randomize personalities
could this code be used to define personalities of bots who are bomb carriers, and bots that are VIP's? and how do I determine if a bot is escorting hostages?
Thanks in advance
MusicMan