Permanent Camera

Status
Not open for further replies.
I'm not entirely sure if that's possible. If you do every .01 seconds, then there should be no problem (players will not at all be able to zoom in). Why not just make a trigger that allows players to choose how far away their camera is? I don't think locking the camera to a target would work in your situation, either.
 
You can make a system that detects Player's chat message and change the variable, something like this;
  • Untitled Trigger 002
    • Events
      • Player - Player 1 (Red) types a chat message containing -distance as A substring
    • Conditions
    • Actions
      • Set CamDistance[(Player number of (Triggering player))] = (Real((Substring((Entered chat string), 10, 12))))
      • Camera - Set (Triggering player)'s camera Distance to target to CamDistance[(Player number of (Triggering player))] over 3.00 seconds
You can let the Player change variables (Camera Properties) in-game, while playing.
 
Status
Not open for further replies.
Back
Top