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
