MAKE OBJECT COLLISION BOX
This command will makes an object use box collision. If a value of zero is specified for the flag value, the box will be deemed to be a non-rotating box and able to generate sliding collision data using the GET OBJECT COLLISION X, Y and Z expressions. If the flag value is one, the box is deemed to be a rotated-box and will provide more accurate collision feedback as the object rotates.

SYNTAX
MAKE OBJECT COLLISION BOX Object Number,x1,y1,z1,x2,y2,z2,flag

RELATED INFO
Basic3D Commands
Glossary

EXAMPLE
Sliding Collision