hello, if you read my previous post you know I am trying to create a teleport gun. basically i need to figure out how to make it so if i target a certain type of object in the game i switch places with it...and i need it as simple and dirty as possible.

currently i can easily teleport by changing the my.x, my.y, etc. variables, but im having issues with c_trace.

Also, i am basically building this game off of the default engine script files for the FPS game.