Hmm, could you give me some help with that? I haven't used the command before and I'm not exactly sure what to use for the values.
NEWXVALUE(X#, 0, Step 5)
NEWZVALUE(x#, 0, Step 5)
Would that be right?
Also when I try to run it, it says "Could not understand command"
I've got the latest version of DarkBASIC not sure why it says that.
I've found an alternative, but now its stuffing up with the Y positioning when I look up or down
.
Position object 4,X#,Y#,Z#
move object right 4,2.5
move object up 4,6
move object 4,0
move object 4,0.25
else
rem Position object 4,X#+3,Y#-1,Z#
rem Position object 4,X#+2,Y#-1,Z#
Position object 4,X#,Y#,Z#
move object right 4,2.5
move object up 4,1
move object 4,0
move object 4,0.25
endif