It is currently Fri Dec 05, 2008 2:30 am

All times are UTC - 8 hours




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: Bug in targetAny.src
PostPosted: Fri Sep 15, 2006 4:15 pm 
Offline

Joined: Sun Mar 05, 2006 7:25 am
Posts: 118
Location: Italy
097\Distro\pkg\mobiles\brainAI\scripts\shouldWatch\targetAny.src
Line 16

Code:
   if ( mobile.cmdlevel >= 2 )
      return 1;
   endif


should be

Code:
   if ( mobile.cmdlevel < 2 )
      return 1;
   endif


or

Code:
   if ( mobile.cmdlevel >= 2 )
      return 0;
   endif
   return 1;


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 15, 2006 6:46 pm 
Offline
POL Developer
User avatar

Joined: Sun Feb 12, 2006 9:50 pm
Posts: 843
Location: Bowling Green, KY
The phrase pedantic bastard comes to mind for some reason? hehe

Gotta love some of the log notes you see in the svn. They keep us sane lol

Gotta love it when people actually pay attention to the code and report stuff, instead of just fixing it and going on for their own use :)

_________________
POL Developer - The Penguin Scripter


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 17, 2006 1:11 am 
Offline

Joined: Sun Mar 05, 2006 7:25 am
Posts: 118
Location: Italy
yeah, now my pedanticness if written in fire letters in the SVN logs for those who will come, you made me immortal :mrgreen:


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Style based on FI Subice by phpBBservice.nl