Karos Graveyard Wiki
Advertisement


addPath(<sPathName>, <sPoint>, <sPoint>, ...)
Description
Creates a path out of any number of points.
Example
addPath("DustVeinPath2", "DustVeinPath2_0", "DustVeinPath2_1", "DustVeinPath2_2", "DustVeinPath2_3")
Arguments
<sPathName>: the name of the path. Is referenced later by the SobGroup_FollowPath function.
<sPoint>: the name of the point. Is created using the addPoint function.
Related Pages


Advertisement