• 🏆 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!

[Trigger] ITT: I suck at triggers.

Status
Not open for further replies.
Level 7
Joined
Dec 8, 2008
Messages
243
Unit enters region. <- works

Unit is equal to hero. <- works

Move unit to region. <- works
Move camera to new unit location. <- phails.

  • Center to Top
    • Events
      • Unit - A unit enters Choose Good <gen>
    • Conditions
      • ((Triggering unit) is A Hero) Equal to True
    • Actions
      • Unit - Move (Triggering unit) instantly to (Random point in Good Alignment Spawn <gen>)
      • Camera - Pan camera for (Triggering player) to (Center of Good Alignment Spawn <gen>) over 0.01 seconds
Above code is what I last tried, really only changing the camera trigger. Do camera triggers only work in cinematic mode? Also help me out, I'm so apoint :confused:
 
Level 7
Joined
Dec 8, 2008
Messages
243
ah, thanks. Sorry for doubting that would work but, shows what I know, huh :p +rep and a thousand thank yous'
 
Level 6
Joined
May 1, 2009
Messages
156
Why is it panned over 0.1 seconds?
Just wondering if you wanted it to get there instantly or really fast, it is possible to pan it over 0 seconds.
 
Status
Not open for further replies.
Top