View Single Post
  #23  
Old 05-20-2011, 01:04 AM
skillmaster19 skillmaster19 is offline
Registered User
Join Date: Oct 2010
Posts: 392
skillmaster19 will become famous soon enough
Quote:
Originally Posted by fowlplay4 View Post
-: if (!getMode) {
+: if (!getMode()) {

You're still using a 0.1 second timeout for a baddy and that is very troubling for something you plan to have a lot. Aim for 0.5 second minimum timeout.
How else am I supposed to update the position frequently? the low timeouts are necessary to have the baddy fight well.
Reply With Quote