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:Scarymonkeys623 [Posts]
Date:11/7/09 2:11 pm
Topic:Re: AI problem
Post ID:726193
Parent ID:726190
Next ID:726194
Well i had the AI() in that position before but it still doesn't attack back(but it does rarely attack back after it spawns again if i'm still standing in the same place that i was when i killed it). I don't get any errors, but he just doesn't attack back

world
    name = "Test"
    New()
        Repop_Loop()

proc
    Repop_Loop()
        world.Repop()
        world<<"A new day has begun!"
        sleep(600)
        Repop_Loop()

this is my respawn code, is there anything wrong with it?

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)