View Single Post
Re: PODBOT2.6MM after PMB...work still pending
Old
  (#9)
MusicMan
Member
 
Status: Offline
Posts: 236
Join Date: Feb 2004
Default Re: PODBOT2.6MM after PMB...work still pending - 15-04-2004

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

Last edited by MusicMan; 15-04-2004 at 17:12..
  
Reply With Quote