HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Need help

03-27-2004, 05:29 AM#1
Cannon
I need a trigger that, when a certain player kills a specific building, the building comes back to life in the exact spot but is now owned by the player who killed it. Thanks in advance. :D
03-28-2004, 05:46 AM#2
Transcendence
Try looking before you post but here is the trigger.

Code:
trigger1
    Events
        Unit - Workshop 0002 <gen> Dies
    Conditions
    Actions
        Unit - Create 1 Workshop for (Owner of (Killing unit)) at (Position of (Dying unit)) facing (Position of (Triggering unit))
03-28-2004, 04:19 PM#3
Cannon
Thanks alot!! :D