Unknown

From DarkAI

AI MAKE PATH FROM MEMBLOCK

This command creates a path from the specified memblock. You can use this to create a complete path from scratch or to copy a path from one id to another along with AI Make Memblock From Path.

The structure of the memblock should be as follows:
Number of points as DWORD (4 bytes)

Then for each point:
X# as FLOAT (4 bytes)
Z# as FLOAT (4 bytes)


Syntax
AI Make Path From memblock Path Number, Memblock Number

Parameters
Path Number, The id of the path you want to create from the memblock, should not exist.
Memblock Number, The id of memblock you want to use as source data.

Return
n/a