Jump to content

Need to enable/disable specific npcs depending on who controls Markart


Guest Messenjah

Recommended Posts

Guest Messenjah

lol, I just realized that I need to fix something in my mod.

 

 

I need to enable imperial guards in my mod if Markarth is under imperial control but disable them and enable stormcloak guards if the city is taken over by Stormcloaks. Anyone know what I can use to tell if it is taken over by the stormcloaks or not? These are custom guards that only function as customers for my brothel. Basically, they just stand around and drink themselves silly. :P

Link to comment
Share on other sites

You can do this by using the GetKeywordDataForLocation and set the Location to MarkarthLocation and then set the keyword to CWOwner. Imperial ownership = 1 Stormcloak Ownership = 2

 

So for example the condition GetKeywordDataForLocation MarkarthLocation CWOwner == 1 will be true if the imperials own Markarth.

Edited by BotOwned
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...