Author Topic: Temporary Enemy Script  (Read 369 times)

Legacy_Rowwena

  • Jr. Member
  • **
  • Posts: 62
  • Karma: +0/-0
Temporary Enemy Script
« on: June 30, 2011, 01:09:58 am »


               Hi,
I am having a problem trying to make a temporary enemy script and looking for some help. I have the script set up so when the PC opens the footlocker of the sleeping NPC, the NPC wakes and confronts him. The PC then can either apologize or respond with a smartass answer which will provoke the NPC into attacking. All this works fine - except if the PC dies and returns to the area the NPC still hates him.  I tried working with various clear all actions methods but nothing seems to work. Any suggestions?

Also, is there anyway to search Just this Forum like in the old forums?  I am getting frustrated searching for keywords on Google and getting links that all send me to Bioware's Mass Effect advertisment page.

Thanks
               
               

               
            

Legacy_Axe_Murderer

  • Full Member
  • ***
  • Posts: 199
  • Karma: +0/-0
Temporary Enemy Script
« Reply #1 on: June 30, 2011, 01:36:30 am »


               Use ClearPersonalReputation()
               
               

               
            

Legacy_Rowwena

  • Jr. Member
  • **
  • Posts: 62
  • Karma: +0/-0
Temporary Enemy Script
« Reply #2 on: June 30, 2011, 02:11:32 am »


               That did it. Thanks Axe!