David Brasher Posted March 25, 2012 Share Posted March 25, 2012 I was trying to figure out how a vanilla Skyrim script worked by looking at it and I ran across a line like this: Variable += 1 What on Nirn is this thing? I know about things like >=, ==, <=, >, < and !=. Pray tell what is +=? Of course the wiki has no entry on it. Link to comment Share on other sites More sharing options...
tunaisafish Posted March 25, 2012 Share Posted March 25, 2012 It's shorthand for Variable = Variable + 1There's a bunch of those Operators. Link to comment Share on other sites More sharing options...
Recommended Posts