Page 1 of 1
spawn splinepath
Posted: Mon May 17, 2004 3:26 pm
by fuhrer
can someone tell me the proper way to spawn a splinepath as mine aint working

Posted: Tue May 18, 2004 3:06 am
by bdbodger
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