[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 "Talk:SetPos"
Jump to navigation
Jump to search
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 | <pre>SetPos X (GetPos X 40)</pre> | ||
'''This works:''' | '''This works:''' | ||
<pre>short xPos | <pre>short xPos | ||
Set xPos to (GetPos X | Set xPos to (GetPos X 40) | ||
SetPos X xPos</pre> | SetPos X xPos</pre> | ||