I have some very basic questions that the tutorial and wiki didnt answer and im sure i will have more as i learn, i dont really want to clog up this forum and i was wondering if there was a better place to ask them?
Anyway since i created a topic now i might aswell ask the questions im wondering about now.
Firstly, is there a way to find my X Y cordinates ingame in Tameriel, like a command or something?
Second, how do i make a spell a toggle instead of a duration? Specifically im altering the vampires Hunter's Sight spell to add a detect life component, the nighteye effect is toggled, but the detect life spell is on a duration.
I'm not sure if you've ever used a forum before, however it's important to do a search befor you post a question, because this question has been asked many times already.
In response to your first question, in order to get location coordinates while in-game, bring up the console and click on any nearby object within the world space so that the formid appears, then type
getpos x to get your x coordinates, and
getpos y to get your y coordinates.