Daedthr Posted April 26, 2012 Share Posted April 26, 2012 (edited) Good day to all who read this, I am currently trying make a quest for Morrowind which I want to start when the PC reaches a certain level (a high one around, I am thinking level 65 to be exact). I am not sure however quite how to do this and am assuming that it will require a script. I am would be willing to do scripting except that I don't know the condition and then command that would do it. This is about as much as I know at the moment. begin NC_RighttoRule if ( Player->GetLevel >= 60 ) "Get journal entry command" NC_RightToRule 10 endif End This is probably absolutely wrong and I probably need a lot more but at the moment I don't know much more. Any corrections on syntax would be very helpful and if someone could give me the condition and command I would forever be in their debt :) If I ever publish this mod then I will give them any helpers credit. *EDIT* Forgot to say big thanks in advance. *EDIT* I now think I have the level condition but I still need the command to add the journal entry, any syntax help would also be appreciated. *EDIT* I have managed to do it now so this topic is done, if anyone is interested in knowing what the final script was, PM me. Edited April 27, 2012 by Daedthr Link to comment Share on other sites More sharing options...
Recommended Posts