Author Topic: If PC is last master, and not current, make master again?  (Read 313 times)

Legacy_pamelahoward

  • Newbie
  • *
  • Posts: 14
  • Karma: +0/-0
If PC is last master, and not current, make master again?
« on: December 10, 2014, 11:07:59 am »


               

I posted yesterday but I'm stuck again.


 


How do I check, in a conversation, that the PC is this creatures last master but NOT it's current, and to make PC the master again? All I know how to do is set/unset a henchman.



               
               

               
            

Legacy_Proleric

  • Hero Member
  • *****
  • Posts: 1750
  • Karma: +0/-0
If PC is last master, and not current, make master again?
« Reply #1 on: December 10, 2014, 04:36:20 pm »


               GetMaster will return the current master (or OBJECT_INVALID, if they have none).

GetFormerMaster will return the last master the henchman was fired by (or OBJECT_INVALID, if they never have been hired).