Author Topic: The console command for load offsets  (Read 603 times)

I know there's a console command that lets you set how far a build loads off it's original place. Problem is I forgot, I can't find it either. Can anyone refresh me?


$LoadOffset = 0 0 0;
Forgot to add, replace 0 with a number

$LoadOffset = 0 0 0;
Whenever I try:
Code: [Select]
$LoadOffset = 500 0 0;It returns with a syntax error. And when I try
Code: [Select]
$LoadOffset = 500;It works, but loads in the exact same spot as the original.
Am I missing something here?

$loadoffset = "500 0 0";