i want to add some collision "pillars" to my game, but i want to make them christmas trees, candy canes, etc. etc., just stuff christmas themed. i can't get it to work, can anyone help please?
load object "models/christmastree.x",300
t=300
For x = 1 to 9
For z = 1 to 9
`Make object cube t,100
`Scale object t,100,600,100
y = get ground height(1,x*1000,z*1000)
position object t,x*1000,y+275,z*1000
`texture object t,300
`scale object texture t,1,-6
inc t
next z
next x
im just starting coding in general so im sure this coding is a little sloppy, can anyone help me clean it up please?
"I AM YOUR GOD OF DEATH"