[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "If"
Jump to navigation
Jump to search
m
→Combining Comparisons
imported>Thalassicus |
imported>Thalassicus |
||
Line 91: | Line 91: | ||
If ReferenceVariable.Getav Health < 30 | If ReferenceVariable.Getav Health < 30 | ||
Since boolean operators (&& ||) are implemented poorly in Oblivion, use nested IF-blocks whenever possible. | '''Since boolean operators (&& ||) are implemented poorly in Oblivion, use nested IF-blocks whenever possible.''' | ||
== Comparisons and Expressions == | == Comparisons and Expressions == |