Jump to content

How Do You Say "If GetStage" in Papyrus?


David Brasher

Recommended Posts

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

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...