David Brasher Posted March 24, 2012 Share Posted March 24, 2012 In Oblivion Scripting Language you can say: If GetStage AAMyQuest == 5 *Do Stuff* EndIf I want to say this exact thing in Papyrus. So far I have found: If (AAMyQuestProperty.GetStageDone (5)) *Do Stuff* EndIf But I want the condition to return true only on stage 5 and only on stage 5, and if GetStageDone == 5, then that almost sounds like I am on to stage 10 or 15 or whatever. Do these two scripts do exactly the same thing? If not, then how do I change the Papyrus script to make it right? Link to comment Share on other sites More sharing options...
fg109 Posted March 24, 2012 Share Posted March 24, 2012 'if MyQuest.GetStage() == 5' Link to comment Share on other sites More sharing options...
David Brasher Posted March 24, 2012 Author Share Posted March 24, 2012 Thanks for the help. I am really having a bad time trying to use Papyrus. New products tend to get more and more user friendly over time, but in my opinion, this did not happen with Oblivion scripting language being traded for Papyrus. Link to comment Share on other sites More sharing options...
Recommended Posts