Difference between revisions of "Bethesda Tutorial Papyrus Variables and Conditionals"
Jump to navigation
Jump to search
Bethesda Tutorial Papyrus Variables and Conditionals (edit)
Revision as of 22:30, 7 February 2012
, 22:30, 7 February 2012→Conditional statements (if-then-else)
imported>Fyren |
imported>Fyren |
||
Line 99: | Line 99: | ||
*Double equals sign (==) means: Is the thing on the left the same as the thing on the right | *Double equals sign (==) means: Is the thing on the left the same as the thing on the right | ||
So | So your script should now look like this: | ||
<source lang="papyrus"> | <source lang="papyrus"> |