Using c_move ??

Posted By: dracula

Using c_move ?? - 07/16/08 20:15

Hi

I have C-Script:

my.skill20 += ent_move(vector(2,0,0), nullvector);
move_mode = IGNORE_PASSABLE ......

I want to convert to c_move, this is what I have tried:

my.skill20 += c_move(my,vector(2,0,0),nullvector, IGNORE_YOU | IGNORE_PASSABLE | IGNORE_PUSH);

It doesn't work too well, any ideas please ??

Thanks

Actually, it does work ... it's me that doesn't work too well - the problem was somewhere else blush


Posted By: lovemfc

Re: Using c_move ?? - 07/30/08 06:43

sorry,i dont konw too.
© 2023 lite-C Forums