Are there any commands to either get the hold a character is currently in, or to detect if a character is in a particular hold? I want to make a Divine intervention spell, and where it brings you depends on which hold you're in, but I can't find any way to determine the hold.
You can use:
http://www.creationkit.com/IsInLocation_-_ObjectReference
Or, in a quest script:
http://www.creationkit.com/GetIsEditorLocAlias
http://www.creationkit.com/GetIsEditorLoc
You can use location names like WhiterunLocation (I think you'll need to make a property to point to them first). There should be one for each hold.
And if the character is in a locations that is a child of it, it will still return true.
How do I check if the player is in a certain area? It is not precise enough to check for the current cell, for example I want to know if the player is in front of a certain house. Is there a condition for this? I can't find any.
You can maybe use a trigger to run a script?
My question:
Is it normal for many windows, particularly noticeable with the Quest Alias editing one, to take a long time to load (kind of like the Ctrl+F feature)?
Or do I need to turn down my antivirus or something?