This command will create a VECTOR2 data item. Unlike the datatypes you are used to, these datatypes are stored internally and referenced by an index value. The VECTOR2 datatype contains two float values representing X and Y. This datatype is typically used to store screen based coordinates.
Syntax:
Return Integer=MAKE VECTOR2(Vector)