• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Camera Adjust

Status
Not open for further replies.
  • Melee Initialization
    • Events
      • Map initialization
    • Conditions
    • Actions
      • For each (Integer A) from 1 to 12, do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • ((Player((Integer A))) controller) Equal to User
              • ((Player((Integer A))) slot status) Equal to Is playing
            • Then - Actions
              • Trigger - Add to Height <gen> the event (Player - (Player((Integer A))) types a chat message containing -space as An exact match)
              • Trigger - Add to Height <gen> the event (Player - (Player((Integer A))) types a chat message containing -reset as An exact match)
            • Else - Actions
  • Height
    • Events
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Entered chat string) Equal to -space
        • Then - Actions
          • Camera - Set (Triggering player)'s camera Height Offset to 2000.00 over 0.00 seconds
        • Else - Actions
          • Camera - Reset camera for (Triggering player) to standard game-view over 0.00 seconds
 
Status
Not open for further replies.
Top