Author Topic: How can I save bricks with Console  (Read 1796 times)

Can anybody help me save bricks with the console to help with the addon im making?


Quote
If you have RTB you can use the saveBricks(); command.

What are the arguments?

(BTW, I was at luk55's house when he asked that, so it's my question, too.)

Well I do I put saveBricks("Test.bls");

It pauses like its saving. I go to load bricks and its not there.

I tryed this:

Code: [Select]
saveBricks("testSave.bls" , "Bedroom");

I tryed this:

Code: [Select]
saveBricks("testSave.bls" , "Bedroom");
Is that the right code?

Is that the right code?
Code: [Select]
savebricks("HaiThCIASave", 1, 1);
savebricks(Save Name, Save events, save ownership);

Code: [Select]
savebricks("HaiThCIASave", 1, 1);
savebricks(Save Name, Save events, save ownership);
lolfail, it doesn't show up in teh list.


Nvm, thanks!
BTW, it doesn't overwrite. So, if you save twice to the same name, you'll only have the older file.