PDA

View Full Version : Need help on a trigger


dawnbringa
03-16-2006, 6:01 AM
Hey peoples, I'm new at makeing maps. Im currently working on one right now though, and I need help makeing a trigger. I'm trying to get it to work something like say, 5 buildings are invincible and one isnt in the middle of them that can be attacked, lets say you kill that building. I want the trigger to make the 5 other building to become able to attack.
If that made any sence..

thanks in advance..

Aqo
03-16-2006, 11:46 AM
Ok, first you need to place a locating over the building that is not invinsible at first, I'll call it 'location 1', and another location around all of the other buildings, I'll call it 'location 2'.
Make this trigger:

Players:
Player [number] (The player that owns the buildings)

Conditions:
Current player brings at most 0 buildings to 'location 1'.

Actions:
Disable invincibility for buildings owned by Current player at 'location 2'.

Make sure you double click all of the 5 invinci buildings and set them to invinsible in their Properties.

HyperDemonic
03-16-2006, 11:57 AM
welcom to warboards

and well put aqo

and where ever he puts "buildings" thats where u put the type of building

dawnbringa
03-16-2006, 6:59 PM
Thanks for the help, it works perfect.