Difference between revisions of "Bethesda Tutorial Papyrus Variables and Conditionals"

m
imported>Henning
 
imported>Fyren
Line 97: Line 97:
Again:
Again:
*Single equals sign (=) means: Take the what's on the right and shove it into the variable on the left.
*Single equals sign (=) means: Take the what's on the right and shove it into the variable on the left.
*Double equals sign (==) means: The thing on the left is 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:
So, so your script should now look like this:
Anonymous user