PDA

View Full Version : Help Plz


Dayoh
06-26-2006, 9:43 AM
Hey i need some help, ok here is the situation

I need a trigger so when
- A hero enters a region (regoin = flagspot), and that when the hero enters the region he is also carry an item.

I need it so when the hero enters the region with the item, it will implement my Leaderboard.

The quicker this gets done the faster SC:WOTT 1.13 comes out with the new capture the flag game type.

Sid
06-26-2006, 10:22 AM
Create the Leaderboard like normal before... And hide it initially...
Then you know what to do...
E
- A unit Enters Region
C
- Entering unit is Hero = True (Boolean Condition)
- Entering unit has Item of Type XXX = True (Boolean Condition)
A
- Show the Leaderboard.
(Or Create it here if you haven't done it before...)

Dayoh
06-27-2006, 1:46 AM
thx for the reply ill try it out later.
If this works u have garenteed a working Capture The Flag game type for SC:WOTT 1.13 :)