Everytime i try to create a limb i get a chain sequence error
Here's the code i'm using
sync on
hide mouse
make matrix 1,3000,3000,25,25
load object "Models\f17.X",1
MAKE OBJECT SPHERE 9999,30
MAKE MESH FROM OBJECT 1,9999
DELETE OBJECT 9999
ADD LIMB 1,1,1
OFFSET LIMB 1,1,0,0,500
Scale Object 1,600,600,600
xRotate Object 1,200 : Fix Object Pivot 1
yRotate Object 1,180 : Fix Object Pivot 1
do
sync
set camera to follow object position x(1),object position y(1),object position z(1),object angle y(1),50,20,50,0
if upkey()=1 then move object 1,0.5
loop
If its possible i would like to know whats causing the problem and how to fix it.
Thanks in advance
i'm the M king.