Jump to content

Broken functions.


ancientwillow

Recommended Posts

It's absolutely painful for a new modder like me to learn the ropes when so many functions don't even work or work poorly. getAttackState() for example. It works at the console, but if I use it as a condition it doesn't do anything. Is there a CK bug list or something of the sort where we can check which functions are broken?
Link to comment
Share on other sites

There is no GetAttackState function in Papyrus afaik, only GetCombatState.

 

There are lots of flags that seem to be mostly accessible in the Conditions but not via functions. I noticed that some of them work a bit strangely. I suspect that to use something like GetAttackState as a condition, it has to be set up like "GetAttackState[0] == 1" that is, you have to specify the number of the attack state that you are checking to be true/false. The number is chosen from the long grey button in the middle of the Condition box. Many conditions are happy to have the bug button "blank", but there are a few exceptions.

Edited by steve40
Link to comment
Share on other sites

  • Recently Browsing   0 members

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