2DWorlds Forums
Could someone make this: - Printable Version

+- 2DWorlds Forums (http://2dworlds.buildism.net/forum)
+-- Forum: Your Stuff (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=6)
+--- Forum: Requests (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=33)
+--- Thread: Could someone make this: (/showthread.php?tid=7202)

Pages: 1 2


RE: Could someone make this: - Login - 07-26-2011

(07-26-2011, 02:00 PM)Qwertygiy Wrote: "if b == 1 and BLAHBLAHBLAH"


Yup. It worked for me. OH, did you check the area in the top of the script about "local inventory"? You need to make sure that you specify WHERE the block should go.

I mean the block won't shrink - can you make a game download? Sorry for asking for so much - I don't work too well with scripts yet. I'm saving that for the teachers which will be 27 (28?) days from now.


RE: Could someone make this: - Qwertygiy - 07-26-2011

1: If it won't find the inventory, the script might break right there.

2: Is the block's size 16, 16 EXACTLY? Because if it isn't 16 by 16 units it won't shrink. I'll test it out again, but if you're left clicking and holding a 16 by 16 box for 2.5 seconds, it should shrink and go into inventory.
Worked fine for me.


RE: Could someone make this: - Login - 07-26-2011

(07-26-2011, 02:05 PM)Qwertygiy Wrote: 1: If it won't find the inventory, the script might break right there.

2: Is the block's size 16, 16 EXACTLY? Because if it isn't 16 by 16 units it won't shrink. I'll test it out again, but if you're left clicking and holding a 16 by 16 box for 2.5 seconds, it should shrink and go into inventory.
Worked fine for me.
I found out why it won't work on the other one. Apparently, for some odd reason, there is no Storage in my World. So I have to copy and paste one. Thanks! - Also, the box has the grass bits which are grouped into one model each as one block. So, would it be possible to make them go away completely?



RE: Could someone make this: - Qwertygiy - 07-26-2011

Can you upload that box with grass as a model?


RE: Could someone make this: - Login - 07-26-2011

(07-26-2011, 02:21 PM)Qwertygiy Wrote: Can you upload that box with grass as a model?

Download here. (:


RE: Could someone make this: - Qwertygiy - 07-26-2011

Alright, here's the new tool and the VERY SLIGHTLY modifed brick.

Three things that this means:

1: You now have to have a TextValue named Type inside each blockmodel. This will also make it easy to identify each kind of block.

2: When you insert your block out of your inventory, it'll have to remake all those smaller blocks.

3: When you click on a box to shrink it, you have to click on the big one.


RE: Could someone make this: - Login - 07-26-2011

This is just perfect - my world doesn't have Storage as ROOT as the parent. I've tried pasting Storage into a category but it goes into as a child all the time!


RE: Could someone make this: - Nyht - 07-31-2011

(07-26-2011, 05:27 PM)Login Wrote: This is just perfect - my world doesn't have Storage as ROOT as the parent. I've tried pasting Storage into a category but it goes into as a child all the time!

game.STORAGEPARENT.Storage.Parent = game


RE: Could someone make this: - Duck - 07-31-2011

(07-26-2011, 02:18 PM)Login Wrote:
(07-26-2011, 02:05 PM)Qwertygiy Wrote: 1: If it won't find the inventory, the script might break right there.

2: Is the block's size 16, 16 EXACTLY? Because if it isn't 16 by 16 units it won't shrink. I'll test it out again, but if you're left clicking and holding a 16 by 16 box for 2.5 seconds, it should shrink and go into inventory.
Worked fine for me.
I found out why it won't work on the other one. Apparently, for some odd reason, there is no Storage in my World. So I have to copy and paste one. Thanks! - Also, the box has the grass bits which are grouped into one model each as one block. So, would it be possible to make them go away completely?

Use a texture instead of individual blocks



RE: Could someone make this: - Login - 07-31-2011

(07-31-2011, 08:03 AM)Nyht Wrote:
(07-26-2011, 05:27 PM)Login Wrote: This is just perfect - my world doesn't have Storage as ROOT as the parent. I've tried pasting Storage into a category but it goes into as a child all the time!

game.STORAGEPARENT.Storage.Parent = game

Thanks, Nyht!
It didn't work! D=