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 "Talk:SetPos"

Jump to navigation Jump to search
No change in size ,  20:24, 11 April 2007
m
no edit summary
imported>The Munchkin Lord
imported>MnkJmz
m
Line 4: Line 4:


'''This does not work:'''
'''This does not work:'''
<pre>SetPos X (GetPos X + 40)</pre>
<pre>SetPos X (GetPos X   40)</pre>


'''This works:'''
'''This works:'''
<pre>short xPos
<pre>short xPos
Set xPos to (GetPos X + 40)
Set xPos to (GetPos X   40)
SetPos X xPos</pre>
SetPos X xPos</pre>


Anonymous user

Navigation menu