spawn splinepath
Moderator: Moderators
spawn splinepath
can someone tell me the proper way to spawn a splinepath as mine aint working 
well it should be like this
local.path = spawn info_splinepath
local.path.origin = ( ?? ?? ?? )
loca.path.angles = ( ?? ?? ?? )
local.path2 = spawn info_splinepath
local.path2.origin = ( ?? ?? ?? )
loca.path2.angles = ( ?? ?? ?? )
local.path3 = spawn info_splinepath
local.path3.origin = ( ?? ?? ?? )
loca.path3.angles = ( ?? ?? ?? )
local.path.target = local.path2
local.path2.target = local.path3
local.path = spawn info_splinepath
local.path.origin = ( ?? ?? ?? )
loca.path.angles = ( ?? ?? ?? )
local.path2 = spawn info_splinepath
local.path2.origin = ( ?? ?? ?? )
loca.path2.angles = ( ?? ?? ?? )
local.path3 = spawn info_splinepath
local.path3.origin = ( ?? ?? ?? )
loca.path3.angles = ( ?? ?? ?? )
local.path.target = local.path2
local.path2.target = local.path3
