Community
AGI Programming => Mega Tokyo AGI Archive => Topic started by: Corby on May 14, 2003, 03:17:41 AM
-
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.
-
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
-
Thanks Chris 8)
-
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.