View Single Post
Re: Post your funny code comments!
Old
  (#3)
stefanhendriks
RealBot Author
 
stefanhendriks's Avatar
 
Status: Offline
Posts: 3,088
Join Date: Nov 2003
Location: Netherlands
Default Re: Post your funny code comments! - 08-01-2004

rofl @ pierre, and yeah, i remember Neo

Code:
   float f_update_weapon_time; // Aargh
in experimental (commented out now) code to make bots jump:
Code:
   // we are going to fall
   // JUMP baby
Code:
	  // VIP: When we found an enemy, we have a problem.
	  if (vip)
	  {
		// We do not forget our enemy, but we will try to get the heck out of here.
		// TODO TODO TODO: code something here?
	  }


Author of RealBot, "Arrakis" and "Dune 2 - The Maker" | co-Founder of Bots-United | Fundynamic | Blog | E-Mail me
  
Reply With Quote