Kusanagi Kuro
Hosted Project: SC
- Joined
- Mar 11, 2012
- Messages
- 708
Hi guys. I've just started using the JNGP. When I use it to open my map, it said that there is something in my map which is not supported in the current version of JNGP. Then when I test my map, it make these trigger cannot used.
Here is one of the trigger that can not be used (before changing to JNGP, I can still use it with normal WE.)
Here is one of the trigger that can not be used (before changing to JNGP, I can still use it with normal WE.)
-
Black Swordman
-
Events
- Unit - A unit enters Hero Warden <gen>
-
Conditions
- (Unit-type of (Triggering unit)) Equal to Soul
-
Actions
- Set tempPoint = (Center of Starting Locations <gen>)
- Set HeroAttribute[(Player number of (Owner of (Triggering unit)))] = 2
- Unit - Kill (Triggering unit)
- Unit - Create 1 Chaos Swordman for (Owner of (Triggering unit)) at tempPoint facing 0.00 degrees
- Set CV = (Custom value of (Last created unit))
- Set AttackRange[CV] = 1
- Set ControledHero[(Player number of (Owner of (Triggering unit)))] = (Last created unit)
- Special Effect - Create a special effect attached to the origin of (Last created unit) using Abilities\Spells\Other\Awaken\Awaken.mdl
- Camera - Pan camera for (Owner of (Triggering unit)) to tempPoint over 0.00 seconds
- Dialog - Show DialogHeroSelect[(Player number of (Owner of (Triggering unit)))] for (Owner of (Triggering unit))
- Custom script: call RemoveLocation(udg_tempPoint)
-
Events