spawn splinepath

Post your scripting questions / solutions here

Moderator: Moderators

Post Reply
fuhrer
Captain
Posts: 253
Joined: Sun Mar 14, 2004 3:36 am

spawn splinepath

Post by fuhrer »

can someone tell me the proper way to spawn a splinepath as mine aint working :(
User avatar
bdbodger
Moderator
Posts: 2596
Joined: Tue Feb 25, 2003 7:34 am
Location: canada
Contact:

Post 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
Image
Post Reply