View Single Post
  #9  
Old April 24th, 2002, 11:31 PM

Baron Munchausen Baron Munchausen is offline
General
 
Join Date: Aug 2000
Location: Ohio, USA
Posts: 4,323
Thanks: 0
Thanked 0 Times in 0 Posts
Baron Munchausen is on a distinguished road
Default Re: "Wait a second" command

quote:
Originally posted by rdouglass:
I know this is OT, Boolean operations generally solve down to Yes or No questions. IIRC there are only a handfull of boolean operators

NOT, OR, AND, FALSE, TRUE are the ones that come to mind offhand...



"Boolean" refers to George Boole, a British mathematician/philosopher who invented this type of logic. Besides TRUE, FALSE, AND, OR, and NOT it also incluses XOR (exclusive OR) and > (greater than), < (less than), >= (greater than or equal to), <= (less than or equal to), <> (not equal to), and yet more operators.

And yes, this could get very complicated for the 'layman' gamer. It would be nice to have a 'game scripting engine' for dedicated geeks to tinker with but it would also need a nice simple interface for the ordinary gamer to be able to use it or else the geeks will have only themselves to game with.
Reply With Quote