[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 "Category:Commands"
Jump to navigation
Jump to search
m
no edit summary
imported>JOG m (linked to functions to ease up browsing) |
imported>JOG m |
||
Line 40: | Line 40: | ||
if ( var1 == 1 && var2 | if ( var1 == 1 ) && ( var2 == 1 ) ; logical and | ||
if ( var1 | if ( var1 == 1 ) || ( var2 == 1 ) ; logical or | ||