Okay I have run into yet another problem. I have tried writing my code like this
Basically what I am wanting to do is to assign a variable that dosen't look like variable.variable to a type. Since You can't really convert one type to another I have tried using the object command
Blitz dosen't like that. So basically I am asking how can I acess a certain field of an entity with the object command because my above code does not work.
Just to help the constraint type looks like this
Once I get this Object and Handle stuff figured out I think I am going to post an indepth code example/tutorial in the code arcs. for future blitzers
Thanks
Basically what I am wanting to do is to assign a variable that dosen't look like variable.variable to a type. Since You can't really convert one type to another I have tried using the object command
par1=Object.constraint(p1)
Blitz dosen't like that. So basically I am asking how can I acess a certain field of an entity with the object command because my above code does not work.
Just to help the constraint type looks like this
Type Constraint Field p1.particle Field other stuff ;and is created like this Function CreateConstraint(...) ;stuff up here constraint\p1=Object.particle(particle) ;stuff down here End Functionthat should give you some insight into my problem.
Once I get this Object and Handle stuff figured out I think I am going to post an indepth code example/tutorial in the code arcs. for future blitzers
Thanks