view.000 defined

Corby Which logic number is the ego's view defined in? Half way through my game, I want my ego's view to permanently change. I'm too lazy to do this for every logic.
AGI1122 Just do this one time in the logic where the ego view changes:

v16 = x;

Just change x to the view number.

This makes it so that the view number will permanently be x.

And just so Joel doesn't ask why I don't use defines:

ego_view_no = x;

That should work as well. :P
Corby Thanks Chris 8)
Zero2003 Ya ia also gota a question for one of thoes things what is the code for swim so the view will change where the postion of the water is.