Hi guys. I need help can you paste your script
I need to know how to make Instant build.
Please post script how does it work thank
I really want to know this or atleast I can't build another mod.
Mike can you please stop posting mod request related things NOT in the modding request section? Please...
Anyway, to make instant structutes you use the command 'setTile'
Example:
function useItem (x, y, z, i, b, s)
{
if (i==280&&b==1)
{
setTile(x, y +1, z, 42);
}
}
This says if your item is a stick and the block is a stone,make an iron block appear on top of it! (y+1)
Use this to make structures!
Thank but how do I know about X Y Z?
In next thread I will make it as request thank for warn mine.
I need to know how to make Instant build.
Please post script how does it work thank
I really want to know this or atleast I can't build another mod.
Thank but how do I know about X Y Z?
In next thread I will make it as request thank for warn mine.