Author Topic: Making An NPC Follow You  (Read 601 times)

Legacy_Eternal Phoenix

  • Full Member
  • ***
  • Posts: 136
  • Karma: +0/-0
Making An NPC Follow You
« on: October 14, 2010, 05:43:34 pm »


                What script does this? 
               
               

               
            

Legacy_Mudeye

  • Full Member
  • ***
  • Posts: 238
  • Karma: +0/-0
Making An NPC Follow You
« Reply #1 on: October 14, 2010, 06:23:12 pm »


               void ActionForceFollowObject(

   object oFollow,

   float fFollowDistance = 0.0f

);



You might want to get a copy of the lexicon. It lists all the functions and constants.
               
               

               
            

Legacy_Eternal Phoenix

  • Full Member
  • ***
  • Posts: 136
  • Karma: +0/-0
Making An NPC Follow You
« Reply #2 on: October 14, 2010, 06:28:18 pm »


               Ah ha! Thank you.