haaaa... oh man.. it was a variable not a vector.. im so dumb.. hahah
ok one more question (i think)
whats wrong with this line?
result = c_trace(my.x,temp.x(my.x,my.y,my.z-100),IGNORE_PASSABLE|IGNORE_MODELS);
it says: "call function @temp_01264 error"
i wish i knew what that meant. see this code was for a morrowind type camera script, where i could press a button and switch between the 2, i started in c_script and have now converted it. exept for this part. here was the origional:
trace_mode = ignore_me+ignore_passable+ignore_models;
result = trace(my.x,temp.x);
im guessing i got some part wrong in the conversion. hehe.. thanks in advance for putting up with my dumb questions fellas lol.