Difference between revisions of "Let"
Jump to navigation
Jump to search
no edit summary
imported>Rirein (Created page with "A command for Oblivion Script Extender. '''Syntax:''' (nothing) Let expr := expr The Let statement is OBSE's version of Oblivion's ...") |
|||
Line 16: | Line 16: | ||
let arr[(num + player.GetPos Z) / player.GetPos X] := player.GetDistance someRef ^ 2 | let arr[(num + player.GetPos Z) / player.GetPos X] := player.GetDistance someRef ^ 2 | ||
i | |||
==See Also== | ==See Also== | ||
*[[TestExpr]] | *[[TestExpr]] |