Index · Preferences · Help
Announcements · BYOND Features · Bug Reports · Fixes and Features · Developer How-To · Code Problems · Design Philosophy · Creations · Classified Ads · Gaming · Computers & Technology · Community
Forum Search:

[Advanced Search]

[Messages in this Thread] [Show All (12)] [Return to Code Problems]

Author:Garthor [Posts]
Date:11/7/09 2:40 pm
Topic:Re: AI problem
Post ID:726194
Parent ID:726193
Next ID:726197
Yes. Similar to how I suggested you fix your AI() proc: don't call a proc from itself, use a while() loop instead. Also, put the call to it behind a spawn(), so it doesn't hold up world/New().

Messages in this Thread: [Show All (12)]

  AI problem Scarymonkeys623 (11/7/09 1:46 pm)
      Re: AI problem Garthor (11/7/09 1:57 pm)
          Re: AI problem Scarymonkeys623 (11/7/09 2:11 pm)
              Re: AI problem Garthor (11/7/09 2:40 pm)
                  Re: AI problem Scarymonkeys623 (11/7/09 3:03 pm)
                      Re: AI problem Kaioken (11/7/09 3:46 pm)
                          Re: AI problem Garthor (11/7/09 6:29 pm)
                              Re: AI problem Kaioken (11/11/09 11:07 am)
                                  Re: AI problem Loduwijk (11/11/09 11:54 am)
                                      Re: AI problem Kaioken (11/12/09 5:41 am)
                                          Re: AI problem Garthor (11/12/09 12:36 pm)
                                              Re: AI problem Loduwijk (11/12/09 4:30 pm)