Thanks for the help, that does indeed get it to compile. The main problem I'm having is that the dummy object I have assigned as the cutcamera doesn't follow the path. It just sits there.

I think that's where the old code is failing, because things like "ent_nextpoint(my._target_x);" for finding the next waypoint no longer do anything in A7. All of those commands have been replaced with "path" commands and it's with those that I'm having trouble doing the translation.

I did manage to try a few newer commands in place of the old ones in various places and got the dummy to at least follow some path and it even keeps its angle facing toward the center (I was watching the object in the level with a free camera) but the camera view itself isn't working.

I'll keep fiddling with it but thanks again for covering the DEFINES. smile