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
370 bytes removed ,  13:28, 15 June 2006
Moved to discussion unless someone comes up with a concrete example. Professional wording and layout might help too...
imported>Omzy
(added note, for justification see Questions: Quest Scripting Question)
imported>JOG
(Moved to discussion unless someone comes up with a concrete example. Professional wording and layout might help too...)
Line 133: Line 133:
   
   


Also,
Sometimes a runtime error will occur where:
<pre>      if cond1 && cond2
        ;code
      endif</pre> is not evaluated correctly in scripts. If you find a similar conditional statement is not functioning correctly, try:
<pre>      if cond1
        if cond2
            ;code
        endif
      endif</pre>
The reason for this anomaly is currently unknown.
[[Category:Commands]]
[[Category:Commands]]
Anonymous user

Navigation menu