Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → Disable POV View
Disable POV View
2002-01-23, 5:44 PM #1
How?
Save a tree, Kill a beaver!
2002-01-23, 6:38 PM #2
Im sure there is an easier way, but my lack of coffee says, to run a high pulse checking for the current view, and changing it as neccessary.

------------------
Success is the inverse relationship between effort, gain, and loss.
And when the moment is right, I'm gonna fly a kite.
2002-01-23, 7:56 PM #3
Yeah, just run a code where you:
symbols
message startup
message pulse
end
code
startup:
setpulse(0.01)
return;
end

pulse:
SetCurrentCamera(1);
return;

[This message has been edited by Hellcat (edited January 23, 2002).]
Team Battle.
2002-01-23, 8:05 PM #4
Hell Raiser already got it working for me...Thanks anyways.
Save a tree, Kill a beaver!

↑ Up to the top!