• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

I need a zoom triggers

Status
Not open for further replies.
Level 4
Joined
Jul 27, 2009
Messages
70
I make a map
I want have a mode as:-ch and -cl
It must set defualt game's camera to high or low zoom
I wont every 2 or 3 second set camera!!!!:hohum:
I want set it for ever!

Then any one can give me a 3rd camrea for my other map use w s a d?
 
Level 13
Joined
Mar 24, 2010
Messages
950
Ok so i set this up how it sounds from what u want..

You type -ch in a trigger and you set the Bool variable to True for triggering player
You type -cl in a trigger and you set the Bool variable to False for triggering player

  • Untitled Trigger 001
    • Events
      • Time - Every 2.00 seconds of game time
    • 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
              • Bool[(Player number of (Player((Integer A))))] Equal to True
            • Then - Actions
              • Camera - Pan camera for (Player((Integer A))) to (Target of current camera view) with height 2400.00 above the terrain over 0.00 seconds
            • Else - Actions
              • Camera - Pan camera for (Player((Integer A))) to (Target of current camera view) with height 1700.00 above the terrain over 0.00 seconds
not right let me know, your welcome :)
 
Level 4
Joined
Jul 27, 2009
Messages
70
u62nk6591rkmub56b4b.bmp

It dosent work
I want a normal camera system as this
 
Status
Not open for further replies.
Top