Fixed function call error
This commit is contained in:
parent
c6f5787b65
commit
1753f86694
@ -2,7 +2,7 @@ args = {...}
|
|||||||
intLength = args[1]
|
intLength = args[1]
|
||||||
intHeight = args[2]
|
intHeight = args[2]
|
||||||
for i=0, intHeight do
|
for i=0, intHeight do
|
||||||
turtle.PlaceDown()
|
turtle.placeDown()
|
||||||
for j=0, intLength-1 do
|
for j=0, intLength-1 do
|
||||||
turtle.forward()
|
turtle.forward()
|
||||||
turtle.placeDown()
|
turtle.placeDown()
|
||||||
|
Loading…
Reference in New Issue
Block a user