Author Topic: Load bricks by console with one command?  (Read 824 times)

I'm pretty sure I've seen it done. Directload (addon) doesn't seem to have permissions options.

serverDirectSaveFileLoad("saves/blah.bls", 3, "", 1);

The last argument defines ownership.
0 = Owner.
1 = Host.
2 = Original.
3 = Public.

Thank you. That's exactly what I was looking for. Should've put this in help now that I think about it...