Guest Messenjah Posted May 1, 2013 Share Posted May 1, 2013 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 More sharing options...
BotOwned Posted May 1, 2013 Share Posted May 1, 2013 (edited) 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 May 1, 2013 by BotOwned Link to comment Share on other sites More sharing options...
Recommended Posts