Hello, I have a problem with my map, which has circle of power hero selection system, and I can't get 3rd person cam to work. Map is 4-player, I still have slots to make it 8-player one.
Here's the problem:
[trigger=My Trigger]PaladinHero
Events
Unit - A unit enters Paladin <gen>
Time - Every 0.03 seconds of game time
Conditions
Actions
Multiple functionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Unit - type (Entering unit)) Equal to (==) Hero selecter
Then - Actions
Unit - Create 1 Paladin for (Owner of(Entering unit)) at (Center of Starting area <gen>)facing 90.00 degrees
Unit - Explode (Entering unit)
Set PaladinHero = (Last created unit)
Else - Actions
Camera - Lock camera target for (Owner of PaladinHero)to PaladinHero, offset by (0,00 0.00) using Default rotation
Camera - Set (Owner of PaladinHero)'s camera Angle of attack to 345.00 over 0.10 seconds
Camera - Set (Owner of PaladinHero)'s camera Distance to target to 800.00 over 0.10 seconds
Camera - Set (Owner of PaladinHero)'s camera Height Offset to 125.00 over 0.10 seconds
Camera - Set (Owner of PaladinHero)'s camera Rotation to (Facing of PaladinHero) over 0.10 seconds
[/trigger]
Any Ideas? Any comments would be helpful.
Here's the problem:
[trigger=My Trigger]PaladinHero
Events
Unit - A unit enters Paladin <gen>
Time - Every 0.03 seconds of game time
Conditions
Actions
Multiple functionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Unit - type (Entering unit)) Equal to (==) Hero selecter
Then - Actions
Unit - Create 1 Paladin for (Owner of(Entering unit)) at (Center of Starting area <gen>)facing 90.00 degrees
Unit - Explode (Entering unit)
Set PaladinHero = (Last created unit)
Else - Actions
Camera - Lock camera target for (Owner of PaladinHero)to PaladinHero, offset by (0,00 0.00) using Default rotation
Camera - Set (Owner of PaladinHero)'s camera Angle of attack to 345.00 over 0.10 seconds
Camera - Set (Owner of PaladinHero)'s camera Distance to target to 800.00 over 0.10 seconds
Camera - Set (Owner of PaladinHero)'s camera Height Offset to 125.00 over 0.10 seconds
Camera - Set (Owner of PaladinHero)'s camera Rotation to (Facing of PaladinHero) over 0.10 seconds
[/trigger]
Any Ideas? Any comments would be helpful.